RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.ImplAsFormatted Method

Provides the underlying implementation for the AsFormatted method.

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

The AsFormatted method calls ImplAsFormatted to obtain a string to use as the value of the DisplayText property in server-side script. 

ImplAsFormatted generates an OnGetDisplayText event and returns the string the event handler returns. If there is no OnGetDisplayText event handler, ImplAsFormatted returns the value of the associated dataset field's DisplayText property. 

 

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