dark_mode EN

WSelect

  • Inherits from: WBasicSelect

    File: zSelect.prg, zMaterializeSelect.prg

This class represents a drop-down list control. Its structure is different in Materialize than in the standard library. The members shown by this class correspond to the Materialize version. The standard version of this control is empty and receives most of its properties from the WBasicSelect class. In the Materialize control, the <select>, along with its oLabel object, are children of its container control oContainer which is of type WDiv.

For further information consult the following link.