Type SLFilterTypes.TSLErrorEvent

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(13 intermediate revisions by one user not shown)
Line 12: Line 12:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type procedure''' [[Type SLFilterTypes.TSLErrorEvent|TSLErrorEvent]]( '''var''' Sender : TObject, ErrorText : String, ErrorCode : Integer, '''var''' Handled : Boolean ) '''of object''';
+
'''type procedure''' [[Type SLFilterTypes.TSLErrorEvent|TSLErrorEvent]]( Sender : TObject, ErrorText : String, ErrorCode : Integer, '''var''' Handled : Boolean ) '''of object''';
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''typedef void''' '''__fastcall''' ('''__closure''' *[[Type SLFilterTypes.TSLErrorEvent|TSLErrorEvent]])( TObject * &Sender, String ErrorText, int ErrorCode, bool &Handled );
+
'''typedef void''' '''__fastcall''' ('''__closure''' *[[Type SLFilterTypes.TSLErrorEvent|TSLErrorEvent]])( TObject * Sender, String ErrorText, int ErrorCode, bool &Handled );
 
</code>
 
</code>
  

Latest revision as of 01:31, 7 June 2013

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.

Package: SignalLabBasicPkg

Unit: SLFilterTypes

Contents

Syntax

Delphi:

type procedure TSLErrorEvent( Sender : TObject, ErrorText : String, ErrorCode : Integer, var Handled : Boolean ) of object;

C++ Builder:

typedef void __fastcall (__closure *TSLErrorEvent)( TObject * Sender, String ErrorText, int ErrorCode, bool &Handled );

Summary

Event type for error type events.

Description

Defines event type for error type events.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox