FireDAC.Phys.SQLite.TFDSQLiteRTree.RTreeName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RTreeName: String read FRTreeName write SetRTreeName;

C++

__property System::UnicodeString RTreeName = {read=FRTreeName, write=SetRTreeName};

Properties

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

Description

The unique RTree module name.

Use the RTreeName property to specify the RTree module name. The RTree name must follow the SQLite identifier rules.

See Also