Vcl.ScreenTips.TDisplayOffset

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTDisplayOffset

Delphi

TDisplayOffset = class(TPersistent)

C++

class PASCALIMPLEMENTATION TDisplayOffset : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

Pop-up window display offset.

TDisplayOffset is a class used by TCustomScreenTipsManager for the offset of the control for which the screen tip appears in the pop-up window. You do not need to use it specifically.

See Also