dark_mode EN

WMaterializeHelper

Materialize programming help manager. Through the oContext property that all controls have, it is possible to access properties and methods offered by this class, which simplify programming by reducing the need to consult Materialize help to establish values to the 'class' attribute. It is especially useful if used with the Xailer IDE since its Intellisense manager is able to display all the members of the class.

Sample:

WITH OBJECT ::oSideList := WList():New( SO )
  :cId := "sideList"
  :oContext:HideOnSmallOnly()
  ...