Data.DB.TFields.SparseFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SparseFields: Integer read FSparseFields write FSparseFields;

C++

__property int SparseFields = {read=FSparseFields, write=FSparseFields, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Data.DB.pas
Data.DB.hpp
Data.DB TFields

Description

Specifies the number of sparse fields in the TFields object.

Use SparseFields to specify the number of sparse fields in the TFields object.

See Also