After calling the EnumFields method, the EnumField event returns all supported fields for the grids.
| EnumField (PanelName Panel, BSTR Field, BOOL Displayed) |
Remarks
PanelName Panel is the panel the field belongs to (Level 1, Level 2 Bid, or Level 2 Ask).
BSTR Field is the Field Name being enumerated.
BOOL Displayed is TRUE if the field is currently displayed in the panel, or FALSE if it is not.
See Also