FMX.Colors.TGradientEdit.CurrentPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CurrentPoint: Integer read FCurrentPoint write SetCurrentPoint;

C++

__property int CurrentPoint = {read=FCurrentPoint, write=SetCurrentPoint, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TGradientEdit

Description

Specifies the location of the selector point over the spanning of the component, which is a gradient color selector.

When the CurrentPoint property changes, an OnSelectPoint event also occurs.

See Also