FMX.Platform.IFMXRenderingSetupService.Subscribe

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Subscribe(const Callback: TRenderingSetupCallback; const Context: TObject = nil);

C++

virtual void __fastcall Subscribe(const _di_TRenderingSetupCallback Callback, System::TObject* const Context = (System::TObject*)(0x0)) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXRenderingSetupService

Description

Subscribes callback function to be invoked when Direct3D and OpenGL rendering parameters are being configured.

The meaning of the input parameters are described in the following table:

Parameter Description

Callback

Callback function to be registered.

Context

User-defined context parameter, which will be passed to callback function upon invocation.

See Also