Data.DB.TParam.Name

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TParam

Delphi

property Name: string read FName write FName;

C++

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

Description

Specifies the name of the parameter.

Use Name to identify a particular parameter within a TParams object. Name is the name of the parameter, not the name of the field whose value the parameter represents.

See Also