Data.DBXCommon.TDBXValueType.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write SetName;

C++

__property System::UnicodeString Name = {read=FName, write=SetName};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

Description

Name for this value.

Name for this value. This value can be used to index Value and Parameter array properties.

See Also