User Tools

Site Tools


api:dk11:delphi:gisutils.tgis_utils.paramposition_string_tgis_labelpositions

Table of Contents

TGIS_Utils.ParamPosition method

DK11 for Delphi | GisUtils.TGIS_Utils.ParamPosition | Methods | Properties

Convert a literal value into an internal representation.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// 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
  );

Parameters

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

Result

Type Description
TGIS_LabelPositions Internal representation.
2024/12/20 22:20

Page Tools