TDataModule.DesignOffset
Position property needed for manipulation in an IDE.
Declaration
Source position: classesh.inc line 2314
public Property
  DesignOffset : TPoint;
Description
DesignOffset is the position 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.DesignSize | Size property needed for manipulation in an IDE. | 
| TPoint | Special type to handle a fake TComponent position |