FireDAC.Comp.Script.TFDScriptOptions.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
Unit: FireDAC.Comp.Script
Parent: TFDScriptOptions

Delphi

property PageSize: Integer read FPageSize write FPageSize default 24;

C++

__property int PageSize = {read=FPageSize, write=FPageSize, default=24};

Description

Specifies the rowset page size.

Set PageSize to the number of rows, before which the script engine puts the column headings when ColumnHeadings is True. The default value is 24. 

The property can be set from a script using the SET PAGESize <value> command.

See Also