RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.Designer Property

Specifies the designer interface for the form.

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

The Designer property is used internally at design time. Never assign a value to this property. This is done automatically by the form designer. Only use this property when designing classes for use in the form designer, such as property editors and component editors. 

 

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