Difference between revisions of "Reference: MSEgui/TWidget"

From Free Pascal wiki
Jump to navigationJump to search
(hierarchy)
 
Line 1: Line 1:
 
=TWiget=
 
=TWiget=
 +
 +
'''work in progress'''
  
 
Ancestor for visual components.
 
Ancestor for visual components.

Revision as of 23:45, 13 December 2015

TWiget

work in progress

Ancestor for visual components.

Reference

Hierarchy

  • TObject
  • TPersistent
  • TComponent
  • TMseComponent
  • TActComponent
  • TWidget

Properties

Enabled

property Enabled: boolean; default true;

Sets the widget enabled or not. Some Widgets change their look if they are not enabled, others do not.

msegui enabled.png


Visible

property Visible: boolean; default true;

Sets the widget visible or hides it.

Methods

Events