FMX.Memo.Types.TSelectionPointType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TSelectionPointType = (Left, Right);

C++

enum class DECLSPEC_DENUM TSelectionPointType : unsigned char { Left, Right };

プロパティ

種類 可視性 ソース ユニット
enum public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types FMX.Memo.Types

説明

虫眼鏡(ルーペ)の位置決めに役立つ選択ポイント型を列挙したものです。


Types.TSelectionPointType の値の一覧を以下の表に示します。

名前 説明
Left 虫眼鏡の位置はテキストの左側になります。
Right 虫眼鏡の位置はテキストの右側になります。

関連項目