Data.DB.TIndexDef.Source

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TIndexDef

Delphi

property Source: string read FSource write SetSource;

C++

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

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