FireDAC.Comp.Client.TFDCustomMemTable.PacketRecords

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomMemTable

Delphi

property PacketRecords: Integer read GetPacketRecords write SetPacketRecords;

C++

__property int PacketRecords = {read=GetPacketRecords, write=SetPacketRecords, nodefault};

Description

Shortcut for FetchOptions.RowsetSize.

PacketRecords is a shortcut for the FetchOptions.RowsetSize property and allows you to set / get the dataset rowset size. 

The property is for the TClientDataSet compatibility.

See Also