FMX.Colors.TColorPanel.DoQuadChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoQuadChange(Sender: TObject);

C++

void __fastcall DoQuadChange(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Colors.pas
FMX.Colors.hpp
FMX.Colors TColorPanel

Description

Executes every time the color selected by this color panel changes.

See Also