Property TLBasicTimingFilter.TTLBasicEventTimingFilter.Blocking

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TTLBasicEventTimingFilter

Contents

Syntax

Delphi:

property Blocking : Boolean read FBlocking write SetBlocking default False;

C++ Builder:

__property bool Blocking = { read=FBlocking, write=SetBlocking, default=False };

Summary

Specifies whether the the Fire event will wait until the notification is processed before returning.

Description

Use this property to specify whether the the Fire event will wait until the notification is processed before returning.


Delphi example:

<c>TLMainThreadEvent1.Enabled := True;</c>

C++ Builder example:

<c>TLMainThreadEvent1->Enabled = true;</c>

Visual C++(MFC/Win32) example:

<c>TLMainThreadEvent1.Enabled = true;</c>

Visual C++/CLI example:

<c>mainThreadEvent1->Enabled = true;</c>

C# example:

<c>mainThreadEvent1.Enabled = true;</c>

VB example:

<c>MainThreadEvent1.Enabled = True</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox