Vcl.ExtCtrls.TCustomColorBox.CloseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CloseUp; override;

C++

DYNAMIC void __fastcall CloseUp();

Properties

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

Description

Generates an OnCloseUp event.

Applications can't call this protected method. It is called automatically when the drop-down list of the combo box closes.

CloseUp generates an OnCloseUp event so that applications can respond when the list closes.

See Also