RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPaintControl.Create Constructor

Creates and initializes a TPaintControl object.

Pascal
constructor Create(AOwner: TWinControl; const ClassName: string);
C++
__fastcall TPaintControl(TWinControl * AOwner, const AnsiString ClassName);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!