RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponentEditor.Designer Property

Provides access to the form designer 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 defined in included header files (C++). Other IDesigner methods create or alter the methods in the current unit and so on.

Note: When the component editor makes changes to the component, it must call the Modified method of the IDesigner interface.
 

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