DK11 for Delphi | GisUtils.TGIS_Utils.ParamPosition | Methods | Properties
Convert a literal value into an internal representation.
// Delphi public class function ParamPosition( const _value : String; const _default : TGIS_LabelPositions ) : TGIS_LabelPositions; static; inline;
// C++ Builder public: static TGIS_LabelPositions* ParamPosition( const UnicodeString _value, TGIS_LabelPositions* const _default );
Name | Type | Description |
---|---|---|
_value | String | value to translate; can be: UPLEFT, UPCENTER, UPRIGHT, MIDDLELEFT, MIDDLECENTER, MIDDLERIGHT, DOWNLEFT, DOWNCENTER, DOWNRIGHT, UPRRIGHTFIRST, UPLEFTFIRST, MIDDLEFIRST, FLOW, ANY |
_default | TGIS_LabelPositions | default value |
Type | Description |
---|---|
TGIS_LabelPositions | Internal representation. |