DK11 for Delphi | GisClasses.TGIS_PointList | Classes | Constructors | Methods | Properties
A point list.
// Delphi type TGIS_PointList = class( TGIS_ObjectList ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_PointList : public TGIS_ObjectList { };
→ TObjectList → TGIS_ObjectList
Name | Visibility | Description | |
---|---|---|---|
Destroy | public | Destroy an instance and free all items. | |
Name | Visibility | Description | |
---|---|---|---|
Add | public | Add new item to the list. | |
Assign | public | Assign a list. (Inherited from TGIS_ObjectList) |
|
Insert | public | Insert new item to the list. | |
Sort | public | Sort a list. (Inherited from TGIS_ObjectList) |
|