RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.AsFormatted Method

Returns text used to generate a representation of the adapter field value.

Pascal
function AsFormatted: string;
C++
__fastcall AnsiString AsFormatted();

This function returns a text that is typically used when generating a read-only representation of the adapter field value. The value returned by this function can be accessed with server-side script using the DisplayText property. 

 

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