FMX.Colors.TColorPanel.DoAlphaChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAlphaChange(Sender: TObject);

C++

void __fastcall DoAlphaChange(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 alpha channel track bar changes its value.

See Also