TDataModule.DesignSize
Size property needed for manipulation in an IDE.
Declaration
Source position: classesh.inc line 2315
public Property
DesignSize : TPoint;
Description
DesignSize is the size of the datamodule when displayed in an IDE. It is streamed to the form file, and should not be used at run-time.
See also
| Name | Description |
|---|---|
| TDataModule.DesignOffset | Position property needed for manipulation in an IDE. |
| TPoint | Special type to handle a fake TComponent position |