DK11 for .NET | TatukGIS.NDK.TGIS_ParamsAbstract | Classes | Constructors | Methods | Properties
Common parameters ancestor.
// 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;
→ TPersistent
IDisposable
Name | Visibility | Description | |
---|---|---|---|
TGIS_ParamsAbstract() | public | Create an instance. | |
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. | |
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. | |