Data.DBXJSON.TDBXCallback.SetOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXJSON.pas
Data.DBXJSON.hpp
Unit: Data.DBXJSON
Parent: TDBXCallback

Delphi

procedure SetOrdinal(const Ordinal: Integer); virtual;

C++

virtual void __fastcall SetOrdinal(const int Ordinal);

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