Data.DB.TParam.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write FName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TParam

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