FireDAC.Comp.Script.TFDScriptOptions.PageSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageSize: Integer read FPageSize write FPageSize default 24;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script TFDScriptOptions

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