Vcl.DBLookup.TDBLookupList.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.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

Renders the lookup list's surface.

The Paint method is called automatically when the lookup list control needs to update its display area. Code in the Paint method uses the Canvas property to render the surface of the lookup list.