Vcl.DBCtrls.TPaintControl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TWinControl; const ClassName: string);

C++

__fastcall TPaintControl(Vcl::Controls::TWinControl* AOwner, const System::UnicodeString ClassName);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TPaintControl

Description

Creates and initializes a TPaintControl object.

The Create method creates an instance of TPaintControl. The Owner parameter specifies the data-aware control that uses this TPaintControl object to paint its image. The ClassName parameter specifies the Window class that should be created by the paint control.

See Also