ITcEventView
The interface ITcEventView is used to control the apperance of the TcEventVierwer ActiveX control. The interface derives from IDispatch so that it can be used by all languages that support COM automation interfaces. IDispatch itself derives from IUnknown.
IUnknown Methods | Description |
---|---|
QueryInterface | Returns a pointer to the queried interface |
AddRef | Increments the reference counter |
Release | Decrements the reference counter |
IDispatch Methods | Description |
---|---|
GetIDsOfNames | Maps a single member name and an optional set of parameter names to a corresponding set of integer dispatch identifiers (DISPIDs), which can be used on subsequent calls to IDispatch::Invoke. |
GetTypeInfo | Retrieves the type information of an object. |
GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides, either 0 or 1. |
Invoke | Provides access to properties and methods exposed by an object. |
ITcEventView Methods | Description |
---|---|
displays the logged events | |
displays the active events | |
confirms one event | |
resets one event | |
sets and returns the language that's used for displaying event message and the source name | |
returns or sets the disable state of context menu | |
marks one event as selected | |
adds a remote connection to another EventLogger. | |
deletes a remote connection to another EventLogger. | |
enables or disables the column that displays the computer name or returns the state. | |
enables or disables the column that displays the event id or returns the state. | |
sets or returns the color that is used to display alarms | |
sets or returns the color that is used to display warnings | |
sets or returns the color that is used to display introductions | |
sets or returns the color that is used to display parameter errors | |
sets or returns the color that is used to display state information's | |
sets or returns the color that is used to display hints | |
sets or returns the color that is used to display messages | |
sets or returns the color that is used to display maintenance information's | |
sets or returns the color that is used to display undefined events | |
sets or returns the width of the columns event class | |
sets or returns the width of the column confirmation state | |
sets or returns the width of the columns event state | |
sets or returns the width of the columns event source | |
sets or returns the width of the columns event date | |
sets or returns the width of the columns event time | |
sets or returns the width of the columns event id | |
sets or returns the width of the column computer name | |
sets or returns the width of the columns event message | |
enables or disables the column that displays the event class or returns the state. | |
enables or disables the column that displays the confirmation state or returns the state. | |
enables or disables the column that displays the event state or returns the state. | |
enables or disables the column that displays the source name or returns the state. | |
enables or disables the column that displays the event date or returns the state. | |
enables or disables the column that displays the event time or returns the state. | |
enables or disables the column that displays the event message or returns the state. | |
returns index of the event that is selected by the user | |
sets or returns the display mode of the TcEventViewer | |
sets or returns the maximum number of displayed events. | |
Enables or disables the column header. | |
Enables or disables the column that displays the userComment or returns the state. | |
Enables or disables the ContextMenu. | |
Enables or disables the Scrollbars. | |
Gets or sets the sort order and mode. | |
Sets the font for the control. | |
Gets extended information about an event. | |
Gets or sets whether an external language resource is used. | |
Gets or sets the background color for the control. | |
Delegate calls to the CWindow::ModifyStyle method. | |
Method to set up a display filter |
- ShowLoggedEvents
- ShowActiveEvents
- ConfirmEvent
- ResetEvent
- LangId
- DisableMenuItems
- DisableContextMenu
- DisableScrollbars
- SelectEvent
- AddConnection
- DeleteConnection
- DisplayComputerName
- DisplayEventId
- DisplayTitlebar
- DisplayUserComment
- AlarmTextColor
- BackgroundColor
- ModifyLVStyle
- WarningTextColor
- InstructionTextColor
- ParamErrorTextColor
- StateInfoTextColor
- HintTextColor
- MessageTextColor
- MaintenanceTextColor
- UndefTextColor
- ColWidthClass
- ColWidthMustCon
- ColWidthState
- ColWidthSource
- ColWidthDate
- ColWidthTime
- ColWidthEventId
- ColWidthComputer
- ColWidthMsg
- DisplayClass
- DisplayMustCon
- DisplayState
- DisplaySource
- DisplayDate
- DisplayTime
- DisplayMsg
- GetSelectedEvent
- getExtendedInfo
- Mode
- MaxEvents
- putFont
- SetFilter
- SortMode
- UseExternalLanguageResource