Data.DBXCommon.TDBXValueType.Name

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also