Vcl.ExtCtrls.TCustomColorBox.Select

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Select; override;

C++

DYNAMIC void __fastcall Select();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Generates an OnSelect event.

Applications can't call this protected method. It is called automatically when the user selects a color.

TCustomColorBox overrides the inherited method to display a color selection dialog if the user selects the custom color item. After checking for a custom color, TCustomColorBox calls the inherited method, which generates an OnSelect event.

See Also