RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePropertyEditor.Create Constructor

Creates a new TBasePropertyEditor object.

Pascal
constructor Create(const ADesigner: IDesigner; APropCount: Integer); virtual;
C++
virtual __fastcall TBasePropertyEditor(const IDesigner ADesigner, int APropCount);

Do not create instances of a property editor. Registered property editors are created automatically for selected objects in the form designer. 

ADesigner is an interface that the property editor can use to interact with the forms designer. 

APropCount indicates the number of components whose properties are to be edited using the property editor. 

 

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