Data.DB.TFields.SparseFields

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property SparseFields: Integer read FSparseFields write FSparseFields;

C++

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

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