RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFileField.DisplayLabel Property

Suggests a display label for this adapter field.

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

Use this property to suggest a display label to use when generating HTML to display the value of this adapter field. Typically the adapter field is displayed using server-side script, either generated or custom written. The server-side script may be written to use this label or not. Server-side script uses the DisplayLabel property to access this value. 

 

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