FMX.Colors.TGradientEdit.OnSelectPoint

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

Delphi

property OnSelectPoint: TNotifyEvent read FOnSelectPoint write FOnSelectPoint;

C++

__property System::Classes::TNotifyEvent OnSelectPoint = {read=FOnSelectPoint, write=FOnSelectPoint};

プロパティ

種類 可視性 ソース ユニット
event published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TGradientEdit

説明

グラデーション カラーのセレクタの表面上でクリックされた後すぐに発生します。

OnSelectPoint イベント ハンドラを記述すると、グラデーション カラーのセレクター コンポーネントの表面がクリックされた際に、追加機能を提供することができます。 OnSelectPoint はまた、CurrentPoint プロパティの値を設定した際にも発生します。

関連項目