User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_paramsabstract

TGIS_ParamsAbstract class

DK11 for .NET | TatukGIS.NDK.TGIS_ParamsAbstract | Classes | Constructors | Methods | Properties

Common parameters ancestor.

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

Syntax

// C#
public class TGIS_ParamsAbstract : TPersistent, IDisposable 
{
}
' VisualBasic
Public Class TGIS_ParamsAbstract
  Inherits TPersistent
  Implements IDisposable
End Class
// Oxygene
type
  TGIS_ParamsAbstract = public class( TPersistent, IDisposable )
  end;

Inheritance

→ TPersistent

Implements

IDisposable

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.
IsModified public Indicates whether the initial serial was modified (Params was touched).
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.

2024/10/18 01:10

Page Tools