FMX.Memo.Types.TSelectionPointType
Delphi
TSelectionPointType = (Left, Right);
C++
enum class DECLSPEC_DENUM TSelectionPointType : unsigned char { Left, Right };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Memo.Types.pas FMX.Memo.Types.hpp |
FMX.Memo.Types | FMX.Memo.Types |
Description
Is an enumeration of selection point types that helps deciding the positioning of the magnifying glass (loupe).
The following table lists the values of Types.TSelectionPointType:
| Name | Description |
|---|---|
Left
|
The position of the magnifying glass is to the left of the text. |
Right
|
The position of the magnifying glass is to the right of the text. |