Class TFireDockWindowForm

Unit

Declaration

type TFireDockWindowForm = class(TFireForm)

Description

No description available, ancestor TFireForm description follows
No description available, ancestor TFireCustomForm description follows

The class allows you to create native top-level windows with the ability to customize the frame around the window.

Hierarchy

Overview

Methods

Public constructor Create(DockWindow: TFireDockWindow);
Public destructor Destroy; override;
Public procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override;

Properties

Public property DockWindow: TFireDockWindow read FDockWindow;

Description

Methods

Public constructor Create(DockWindow: TFireDockWindow);
 
Public destructor Destroy; override;
 
Public procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override;
 

Properties

Public property DockWindow: TFireDockWindow read FDockWindow;
 

Generated by PasDoc 0.15.0.