RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterCommandGroup.Custom Property

Provides read and write access to the custom HTML element attributes, such as Valign="top."

Pascal
property Custom: string;
C++
__property AnsiString Custom;

The Custom property provides read and write access to the custom HTML element attributes, such as Valign="top." The content of this string will be written as it is when generating HTML. 

 

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