API:Data.DBXClient.TDBXClientCommand.SetRowSetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetRowSetSize(const RowSetSize: Int64); override;

C++

virtual void __fastcall SetRowSetSize(const __int64 RowSetSize);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Setter of RowSetSize.

Data.DBXClient.TDBXClientCommand.SetRowSetSize inherits from Data.DBXCommon.TDBXCommand.SetRowSetSize. All content below this line refers to Data.DBXCommon.TDBXCommand.SetRowSetSize.

Setter of RowSetSize.

See Also