Vcl.DBCtrls.TPaintControl

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTPaintControl

Delphi

TPaintControl = class

C++

class PASCALIMPLEMENTATION TPaintControl : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TPaintControl draws data aware controls that are replicated in a data control grid.

Several data-aware controls use TPaintControl — including TDBCheckBox, TDBComboBox, and TDBMemo - to replicate themselves within a data control grid (TDBCtrlGrid).

See Also