API:Data.DBXJSON.TDBXCallbackDelegate.SetOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOrdinal(const Ordinal: Integer); override;

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 TDBXCallbackDelegate

Description

Sets the value of the Ordinal property.

Data.DBXJSON.TDBXCallbackDelegate.SetOrdinal inherits from Data.DBXJSON.TDBXCallback.SetOrdinal. All content below this line refers to Data.DBXJSON.TDBXCallback.SetOrdinal.

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