RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner Interface

IDesigner is an interface to the form designer in the IDE.

Pascal
IDesigner = interface(IDesigner100);
C++
__interface IDesigner : public IDesigner100;

Use IDesigner to interact with the current unit when implementing a property editor or component editor. Access IDesigner through the Designer property of the property editor or component editor. IDesigner introduces several methods that are useful for managing standard menu items and for creating and manipulating components and methods such as event handlers.

Note: C++ method declarations that use IDesigner use the _di_IDesigner type instead. This is a DelphiInterface wrapper around the IDesigner interface:

typedef System::DelphiInterfaceDelphiInterface_object< IDesigner > _di_IDesigner;

 

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