RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.Designer Property

Provides access to the form designer object in the IDE.

Pascal
property Designer: IDesigner;
C++
__property IDesigner Designer;

Use Designer to read from or make changes to the current form or module in the IDE. The IDesigner interface has methods that can access the components in the current unit and other units linked in by the uses clause (Delphi) or included headers (C++), create or alter the methods in the current unit, and so on. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!