Vcl.DBCtrls.TCustomDBLookupComboBox.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TCustomDBLookupComboBox

Description

Renders the image of a TCustomDBLookupComboBox control.

Paint is called to draw the TCustomDBLookupComboBox on the form.

See Also