summaryrefslogtreecommitdiff
path: root/docs/xml/corelib/fpg_widget.xml
blob: 733de946e57a4305abe5656e67672239c4c4ab73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<fpdoc-descriptions>
  <package name="CoreLib">

    <module name="fpg_widget">
      <short/>
      <descr/>
      <!-- procedure Visibility: public -->
      <element name="TfpgWidget.SetPosition">
        <short>Sets the position and size of the component.</short>
        <descr>Sets the position and size of the component. It also fires the Resize message. If you are setting up a component like a button on a form, you don't really want the resize event to fire for the button, before the form is displayed (visible). In that case, rather use the components Top, Left, Width and Height properties.</descr>
      </element>
    </module>
  </package>
</fpdoc-descriptions>