API: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.

Vcl.ExtCtrls.TCustomColorBox.CloseUp inherits from Vcl.StdCtrls.TCustomCombo.CloseUp. All content below this line refers to Vcl.StdCtrls.TCustomCombo.CloseUp.

Generates an OnCloseUp event.

CloseUp is called automatically when the DroppedDown property changes to false. It generates an OnCloseUp event.

Override CloseUp to implement additional class-specific responses when the drop-down list closes up or to suppress the event.

See Also