DK for Delphi | GisViewer.TGIS_Viewer.Delete | Constructors | Fields | Methods | Properties | Events
Delete the layer identified by a name.
Implements IGIS_Viewer.Delete.
// Delphi public procedure Delete( const _name : String );
// C++ Builder public: void Delete( const UnicodeString _name );
Name | Type | Description |
---|---|---|
_name | String | name of layer to be deleted |
See Get method for example.