EldoS
MsgConnect home / Documentation / MessageHandlers.Count property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


MessageHandlers.Count

MessageHandlers     See also    


Use this property to find the number of items in the list.

Declaration

[C++]
    long getCount();

[Pascal]
    property Items[Index : integer] : TMCMessageHandler;

[VB6]
    Property Count As Long

[ActiveX]
    HRESULT _stdcall Count([out, retval] long * Value );

[C#]
    public int Count;

[VB.NET]
    Public Property Count As Integer

[Java]
    int size();

[Java ME]
    int size();

[Palm]
    long Length(void);

[DLL]
    long __stdcall MCMessageHandlersGetCount(HMCMessageHandlers h);

Parameters

  • h - handle to the object that was returned by Create method

Description

Use this property to find how many items there are in the list of message handlers.

See also:     Items    

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation