gmslControlDataClass
- Mark Juras
Owned by Mark Juras
The Control Service Class
The service class ControlData accesses control DataThe method FindProperty
Interface: Integer FindProperty(int ctlType, string propName, int iCode);<Method id="FindProperty" type="Integer" opcode="SCM.ControlData_FindProperty" > <Argument id="ctlType" type="Integer" status="ByVal" /> <Argument id="propName" type="String" status="ByVal" /> <Argument id="iCode" type="Integer" status="ByVal" /> </Method>
The method GetFontSize
Interface: string GetFontSize(int iCode, int inXml);<Method id="GetFontSize" type="String" opcode="SCM.ControlData_GetFontSize" > <Argument id="iCode" type="Integer" status="ByVal" /> <Argument id="inXml" type="Integer" status="ByVal" Optional="1" /> </Method>
The method GetProperty
Interface: string GetProperty(int iCode, int inXml);<Method id="GetProperty" type="String" opcode="SCM.ControlData_GetProperty" > <Argument id="iCode" type="Integer" status="ByVal" /> <Argument id="inXml" type="Integer" status="ByVal" Optional="1" /> </Method>
The method GetValue
Interface: int GetValue(int iCode);<Method id="GetValue" type="Integer" opcode="SCM.ControlData_GetValue" > <Argument id="iCode" type="Integer" status="ByVal" /> </Method>
The method LoadCode
Interface: int LoadCode(int ctlRoot, int cmpOnly);<Method id="LoadCode" type="Integer" opcode="SCM.ControlData_LoadCode" > <Argument id="ctlRoot" type="Integer" status="ByVal" /> <Argument id="cmpOnly" type="Integer" status="ByVal" optional="0" /> </Method>
The method ReplaceValue
Interface: int ReplaceValue(int icode, int opcode, int subcode);<Method id="ReplaceValue" type="Integer" opcode="SCM.ControlData_ReplaceValue" > <Argument id="icode" type="Integer" status="ByVal" /> <Argument id="opcode" type="Integer" status="ByVal" /> <Argument id="subcode" type="Integer" status="ByVal" /> </Method>
The method SaveCode
Interface: void SaveCode(int ctlRoot, int iStart);<Method id="SaveCode" type="Void" opcode="SCM.ControlData_SaveCode" > <Argument id="ctlRoot" type="Integer" status="ByVal" /> <Argument id="iStart" type="Integer" status="ByVal" /> </Method>
Table of Contents