RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterUpdateField.OnGetDisplayText Event

Event handler called to retrieve a string representation of the adapter field's value.

Pascal
property OnGetDisplayText: TAdapterFieldGetStringEvent;
C++
__property TAdapterFieldGetStringEvent OnGetDisplayText;

The OnGetDisplayText event handler is called to retrieve a string representation an adapter field's value appropriate for a read-only display. If OnGetDisplayText is nil (Delphi) or NULL (C++), then the value of the adapter field will be used (after conversion to a string). 

 

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