DK11 for Delphi | GisLayerVectorSql.TGIS_LayerVectorSqlAbstract.WriteStyle | Constructors | Fields | Methods | Properties | Events
Write or update a style to database.
// Delphi public procedure WriteStyle( const _name : String; const _desc : String; const _style : String );
// C++ Builder public: void WriteStyle( const UnicodeString _name, const UnicodeString _desc, const UnicodeString _style );
Name | Type | Description |
---|---|---|
_name | String | style name |
_desc | String | style description |
_style | String | style data |