System.Classes.TDataModule.DesignOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DesignOffset: TPoint read FDesignOffset write FDesignOffset;

C++

__property System::Types::TPoint DesignOffset = {read=FDesignOffset, write=FDesignOffset};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TDataModule

Description

Specifies the design offset for the data module at design time.

An application should never need to set this value. It is used to control the position of the data module at design time.

See Also