FMX.Edit.Style.TSelectionPointType

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style FMX.Edit.Style

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!