User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_paramsabstract

TGIS_ParamsAbstract class

DK11 for Java | tatukgis.jdk.TGIS_ParamsAbstract | Classes | Constructors | Methods | Properties

Common parameters ancestor.

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

Syntax

// Java
public class TGIS_ParamsAbstract extends TPersistent {
};
// Oxygene
type
  TGIS_ParamsAbstract = public class( TPersistent )
  end;

Inheritance

→ TPersistent

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_ParamsAbstract() public Create an instance.

Methods

Inherited Overrides Protected
Name Visibility Description
Assign public Assign values from _source object.
CreateCopy public Make a copy of the object.
Dispose public Destroy an instance.
LoadFromConfig public Load parameters from the configuration file.
ResetSerial public Reset serial numer conter.
SaveToConfig public Save parameters into the configuration file.
Touch public Touch the object by incrementing Serial number.

Properties

Inherited Protected
Name Visibility Description
Serial public Serial number updated after any property change.
UserObject public UserObject can be used to associate with Params a user-defined object.

2023/03/01 01:39

Page Tools