DK11 for ActiveX | TatukGIS_XDK11.TGIS_ParamsList | Classes | Methods | Properties
List of parameters (sections).
// C# public class TGIS_ParamsList : ITGIS_ParamsList { }
' VisualBasic Public Class TGIS_ParamsList Implements ITGIS_ParamsList End Class
// Oxygene type TGIS_ParamsList = public class end;
Name | Visibility | Description | |
---|---|---|---|
Add | public | Add a new empty section to the tail. | |
Assign_ | public | Assign another TGIS_ParamsList to the current object. | |
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Clear | public | Clear the list. | |
ClearAndSetDefaults | public | Clear the list and set default parameters. | |
Delete | public | Delete selected section. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Exchange | public | Swaps the position of two items on the list. | |
IsModified | public | Indicates whether the initial serial was modified (Params was touched). | |
LoadFromConfig | public | Load parameters from the configuration file. | |
LoadFromConfig_2 | public | Load parameters from the configuration file. | |
LoadFromConfig_3 | public | Load parameters from the configuration file. | |
LoadFromFile | public | Load parameters from the configuration file. | |
LoadFromStrings | public | Load parameters from a list of strings. | |
ResetSerial | public | Reset serial numer conter. | |
SaveToConfig | public | Save parameters into the configuration file. | |
SaveToConfig_2 | public | Save parameters into the configuration file. | |
SaveToConfig_3 | public | Save parameters into the configuration file. | |
SaveToFile | public | Save parameters into the configuration file. | |
SaveToStrings | public | Save parameters into a list of strings. | |
SetUp | public | Prepare list by assigning a main section. | |
Name | Visibility | Description | |
---|---|---|---|
Count | public | Count of sections on the list. | |
Items | public | Direct access to the item by using array like operations. | |
Layer | public | Layer associated with this list. | |
Selected | public | Index of selected (active) item. | |
SelectedObj | public | Select (active) object. | |
Serial | public | Serial number updated after any property change. | |