FMX.Edit.Style.TSelectionPointType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TSelectionPointType = (Left, Right);

C++

enum class DECLSPEC_DENUM TSelectionPointType : unsigned char { Left, Right, sptLeft _DEPRECATED_ATTRIBUTE3("Use TSelectionPointType.Left")  = 0x0, sptRight _DEPRECATED_ATTRIBUTE3("Use TSelectionPointType.Right")  = 0x1 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style FMX.Edit.Style

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.