RAD Studio VCL Reference
|
Occurs when the adapter field needs to supply its formatted value as a string that can appear in HTML forms.
property OnGetDisplayText: TDataSetAdapterFieldGetStringEvent;
__property TDataSetAdapterFieldGetStringEvent OnGetDisplayText;
TBaseDataSetAdapterField generates this event when supplying the read-only text representation of the field's value. This allows the WebSnap application to dynamically supply the formatted value of the field. Server-side script can access the resulting string using the DisplayText property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|