Data.DB.TFieldGetTextEvent

From RAD Studio API Documentation
Revision as of 12:09, 4 January 2016 by L10nBot (talk | contribs) (updated links to redirects)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFieldGetTextEvent)(TField* Sender, System::UnicodeString &Text, bool DisplayText);

Properties

Type Visibility Source Unit Parent
typedef public Data.DB.hpp Data.DB Data.DB

Description

TFieldGetTextEvent is the type for event handlers that assign a field's value from a string.

Sender is the field whose value the event handler supplies.

Text returns a string that represents the field's value.

DisplayText is true if the field's value is to be used for display only; false if the string is to be used for editing the field's value.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.DB.TFieldGetTextEvent&oldid=743939"