FireDAC.Phys.SQLite.TFDSQLiteFunction.FunctionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FunctionName: String read FFunctionName write SetFunctionName;

C++

__property System::UnicodeString FunctionName = {read=FFunctionName, write=SetFunctionName};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteFunction

Description

The unique function name.

Use the FunctionName property to specify the function name. The function name must follow the SQLite identifier rules.

See Also