Methods used by many controls

Please note: some of these methods are only relevant to visible controls.
However, because of the way some controls (such as the audio recorder) are created they have methods like GetHeight.

There is no point in using irrelevant methods but it should do no harm to do so.

The control.Destroy() method - How to use it
The control.Focus() method - How to use it
The control.GetAbsHeight() method - How to use it
The control.GetAbsWidth() method - How to use it
The control.GetHeight() method - How to use it
The control.GetPosition() method - How to use it
The control.GetText() method - How to use it
The control.GetTextSize( mode ) method - How to use it
The control.GetType() method - How to use it
The control.GetVisibility() method - How to use it
The control.GetWidth() method - How to use it
The control.Release() method - How to use it
The control.SetMargins(left, top, right, bottom) method - How to use it
The control.SetPosition(left, top, width, height) method - How to use it
The control.Hide() method - How to use it
The control.Show() method - How to use it
The control.Gone() method - How to use it
The control.Isvisible() method - How to use it


Note for contributors

If you wish to create a new page in this namespace, please create a link to the new page above, save this page and click on the link you just created.