FMX.Colors.TGradientEdit.OnSelectPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSelectPoint: TNotifyEvent read FOnSelectPoint write FOnSelectPoint;

C++

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

Properties

Type Visibility Source Unit Parent
event published
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TGradientEdit

Description

Occurs immediately after clicking over the surface of this gradient color selector.

Write an OnSelectPoint event handler to provide additional functionality when clicking over the surface of this gradient color selector component. OnSelectPoint also occurs when setting the value of the CurrentPoint property.

See Also