RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterCommandColumn.GetLayoutAttributes Method

Returns an object that specifies how the generated group of controls should look.

Pascal
function GetLayoutAttributes: TLayoutAttributes; override;
C++
virtual __fastcall TLayoutAttributes GetLayoutAttributes();

GetLayoutAttributes is used internally by Web items to allow the layout object supplied by a parent (as a parameter to the Content method) to take into account layout properties of the child component. 

GetLayoutAttributes adds returns a TLayoutAttributes object that encodes the values of the Style, StyleRule, and Custom properties. 

 

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