DK11 for Delphi | GisConfig.TGIS_Config.WriteAlignment | Constructors | Fields | Methods | Properties
Write parameters given by _name.
// Delphi public procedure WriteAlignment( const _name : String; const _value : TGIS_LabelAlignment; const _default : TGIS_LabelAlignment );
// C++ Builder public: void WriteAlignment( const UnicodeString _name, TGIS_LabelAlignment* const _value, TGIS_LabelAlignment* const _default );
Name | Type | Description |
---|---|---|
_name | String | name of value |
_value | TGIS_LabelAlignment | value of the parameter |
_default | TGIS_LabelAlignment | default value of the parameter |