API:REST.Backend.ServiceComponents.TCustomBackendPush.PushData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushData(const AData: TPushData); overload;
procedure PushData(const AData: TPushData; const ATarget: TJSONObject); overload;

C++

void __fastcall PushData(Rest::Backend::Pushtypes::TPushData* const AData)/* overload */;
void __fastcall PushData(Rest::Backend::Pushtypes::TPushData* const AData, System::Json::TJSONObject* const ATarget)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TCustomBackendPush

Description

Embarcadero Technologies does not currently have any additional information.