Data.DBXCommon.TDBXValueType.Name
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValueType |
Delphi
property Name: string read FName write SetName;
C++
__property System::UnicodeString Name = {read=FName, write=SetName};
Description
Name for this value.
Name for this value. This value can be used to index Value and Parameter array properties.