RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterPrevPageAction.DisplayLabel Property

Suggests a display label for this adapter action.

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

Use this property to suggest a display label to use when generating HTML to display the a button or hyperlink to execute this adapter action. Typically the adapter action is displayed using server-side script, either generated or custom written. Server-side script uses the DisplayLabel property to access this value. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!