MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Automated Trading Language Documentation

UltraXMA Indicator
UltraXMA
Author: GODZILLA
Reverse Trades Copier SourceReverse Trades Copier Source Try product
Reverse Trades Copier Source
Author: song_song
Subscribe to signal
ToBeProfitable
29.20%, 1 234.80 EUR
Nikolay Ivanov (Techno): "What is important for programs is the accuracy of their algorithms" Nikolay Ivanov (Techno): "What is important for programs is... Screenshot
USDSGD, H4
Demo

CListView

CListView is a class of the ListView complex control (with dependent controls).

Description

CListView class encapsulates list-control functionality.

Declaration

   class CListView : public CWndClient

Title

   #include <Controls\ListView.mqh>

Class Methods

Create

 

Create

Creates control

Chart event handlers

 

OnEvent

Event handler of all chart events

Settings

 

TotalView

Sets the number of items, shown on the control

Add/Delete

 

AddItem

Adds an item

Data

 

Select

Selects current list item by index

SelectByText

Selects current list item by text

SelectByValue

Selects current list item by value

Read-only data

 

Value

Gets the value of current list item

Dependent controls

 

CreateRow

Creates a row of the ListView

Internal event handlers

 

OnResize

"Resize" event handler (virtual)

Dependent controls event handlers

 

OnVScrollShow

"Show" event handler (virtual) of VScroll dependent control

OnVScrollHide

"Hide" event handler (virtual) of VScroll dependent control

OnScrollLineDown

"ScrollLineDown" event handler (virtual) of VScroll dependent control

OnScrollLineUp

"ScrollLineUp" event handler (virtual) of VScroll dependent control

OnItemClick

"ItemClick" event handler (virtual)

Redraw

 

Redraw

Redraws the control

RowState

Sets the state of the specified row

CheckView

Checks the "visibility" of the specified row

 


Updated: 2012.04.06