Data.DB.TIndexDef.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source: string read FSource write SetSource;

C++

__property System::UnicodeString Source = {read=FSource, write=SetSource};

Properties

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

Description

Contains the name of a dBASE maintained index.

When the table uses dBASE .MDX indexes, Name indicates the index tag name and Source is the name of the index file. Source is applicable to dBASE table indexes only.

Source is not used on the Linux platform. This property is available for the Windows product, where there are components that represent dBASE tables.

See Also