Class TCefFastTask

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefFastTask = class(TCefTaskOwn)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected FMethod: TCefFastTaskProc;

Methods

Protected procedure Execute; override;
Public class procedure New(threadId: TCefThreadId; const method: TCefFastTaskProc);
Public class procedure NewDelayed(threadId: TCefThreadId; Delay: Int64; const method: TCefFastTaskProc);
Public constructor Create(const method: TCefFastTaskProc); reintroduce;

Description

Fields

Protected FMethod: TCefFastTaskProc;

This item has no description.

Methods

Protected procedure Execute; override;

This item has no description. Showing description inherited from ICefTask.Execute.

Method that will be executed on the target thread.

Public class procedure New(threadId: TCefThreadId; const method: TCefFastTaskProc);

This item has no description.

Public class procedure NewDelayed(threadId: TCefThreadId; Delay: Int64; const method: TCefFastTaskProc);

This item has no description.

Public constructor Create(const method: TCefFastTaskProc); reintroduce;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.