User Tools

Site Tools


api:dk11:delphi:gisparams.tgis_paramslist

TGIS_ParamsList class

DK11 for Delphi | GisParams.TGIS_ParamsList | Classes | Constructors | Methods | Properties

List of parameters (sections).

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_ParamsList = class( TGIS_ObjectDisposable )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_ParamsList : public TGIS_ObjectDisposable
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an object.

Methods

Inherited Overrides Protected
Name Visibility Description
Add public Add a new empty section to the tail.
Assign public Assign another TGIS_ParamsList to the current object.
Clear public Clear the list.
ClearAndSetDefaults public Clear the list and set default parameters.
Delete public Delete selected section.
Exchange public Swaps the position of two items on the list.
LoadFromConfig(TGIS_ConfigAbstract) public Load parameters from the configuration file.
LoadFromConfig(TGIS_ConfigAbstract; Boolean) public Load parameters from the configuration file.
LoadFromConfig(TGIS_ConfigAbstract; Boolean; Boolean) 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(TGIS_ConfigAbstract) public Save parameters into the configuration file.
SaveToConfig(TGIS_ConfigAbstract; Boolean) public Save parameters into the configuration file.
SaveToConfig(TGIS_ConfigAbstract; Boolean; Boolean) 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.

Properties

Inherited Protected
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.

2023/03/01 01:19

Page Tools