DK11 for Delphi | GisLayerVectorSql.TGIS_LayerVectorSqlAbstract.safeName | Constructors | Fields | Methods | Properties | Events
Make safe column name.
// Delphi protected function safeName( const _txt : String ) : String; virtual;
// C++ Builder protected: virtual UnicodeString safeName( const UnicodeString _txt );
Name | Type | Description |
---|---|---|
_txt | String | column name |
Type | Description |
---|---|
String | safe name |