|
RAD Studio VCL Reference
|
Creates and initializes a TPaintControl object.
constructor Create(AOwner: TWinControl; const ClassName: string);
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|