Difference between revisions of "Gambas/controls/Form"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(some lists)
 
(brief About section)
Line 1: Line 1:
 +
==About==
 +
'''Form''' is a control defined in the {{l/sub|gb.gui|Gambas/libraries}} [[Gambas/libraries|library]].
 
{|
 
{|
 
|-
 
|-

Revision as of 15:57, 25 April 2015

About

Form is a control defined in the gb.gui library.

Properties

dimensions

  • X
  • Y
  • W
  • H
  • Width
  • Height
  • ClientX - always 0?
  • ClientY - always 0?
  • ClientW
  • ClientH
  • ClientWidth
  • ClientHeight

Methods

  • Center
  • Close
  • Delete
  • Drag
  • FindChild
  • Grab
  • Hide
  • Lower
  • Move
  • MoveScaled
  • Raise
  • Refresh
  • Reparent
  • Resize
  • ResizeScaled
  • SetFocus
  • Show
  • ShowDialog
  • ShowModal
  • ShowPopup