RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.ImplAsFormatted Method

Returns a string representation of the adapter field's value that is appropriate for a read-only display.

Pascal
function ImplAsFormatted: string; override;
C++
virtual __fastcall AnsiString ImplAsFormatted();

ImplAsFormatted calls the OnGetDisplayText event handler, if one is defined. Otherwise, ImplAsFormatted returns the adapter field's value converted to a string. Server-side script accesses the value returned by this function using the AsDisplayText property. 

 

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