LayoutMgr

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWForm > Properties >

LayoutMgr

Use this property to connect your form to a Layout Manager component, as the TIWTemplateProcessor. See Working with Templates for more information.

 

SIGNATURE=IWForm.TIWForm.LayoutMgr

 

ETYPE=Property

 

Declaration:

Delphi:

published property LayoutMgr: TIWContainerLayout;

C++:

__published: __property TIWContainerLayout LayoutMgr;

 

Description: This is LayoutMgr, a member of class TIWForm.