DK11 for Delphi | GisCsBase.TGIS_CSAbstractList.Add | Constructors | Methods | Properties
Add new item into the list.
// Delphi public function Add( const _obj : TGIS_CSAbstract ) : TGIS_CSAbstract; virtual;
// C++ Builder public: virtual TGIS_CSAbstract* Add( TGIS_CSAbstract* const _obj );
Name | Type | Description |
---|---|---|
_obj | TGIS_CSAbstract | object to be added |
Type | Description |
---|---|
TGIS_CSAbstract | Object itself. |