FireDAC.Stan.Param.TFDParam.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
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
FireDAC.Stan.Param TFDParam

Description

Indicates the name of a TFDParam object.

Use the Name property to change the name of a TFDParam object in the current application.

See Also