Data.DBXJSON.TDBXCallback.SetOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOrdinal(const Ordinal: Integer); virtual;

C++

virtual void __fastcall SetOrdinal(const int Ordinal);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TDBXCallback

Description

Sets the value of the Ordinal property.

Override the SetOrdinal method if you are using the parameter ordinal (index in the parameter list, starting with zero). The Ordinal parameter specifies the index of the callback parameter.

See Also