dark_mode EN

WButton

  • Inherits from: WLink

    File: zbutton.prg, zMaterializeButton.prg

Button control. The data and methods of this control can vary depending on whether is used on the library Materialize or not. When is a Materialize control, it inherits from WLink, on the contrary, inherits from WControl and the source code file is ZButton.prg.

Because the ancestor in Materialize is different from the standard one, the technique of using one more level of inheritance (basic controls) cannot be used.