Data.DB.TParam.Name
[–] 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.