Data.DBXCommon.TDBXValueType.DisplayName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValueType | |
Delphi
property DisplayName: string read FCaption write SetDisplayName;
C++
__property System::UnicodeString DisplayName = {read=FCaption, write=SetDisplayName};
Description
Caption for value.
DisplayName is a caption for this value. This property can be used as a label or caption heading for this value.