Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TScreen = class(TLCLComponent)
![]() |
constructor Create(AOwner : TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CustomFormIndex(AForm: TCustomForm): integer; |
![]() |
function FormIndex(AForm: TForm): integer; |
![]() |
function CustomFormZIndex(AForm: TCustomForm): integer; |
![]() |
procedure MoveFormToFocusFront(ACustomForm: TCustomForm); |
![]() |
procedure MoveFormToZFront(ACustomForm: TCustomForm); |
![]() |
function GetCurrentModalForm: TCustomForm; |
![]() |
function GetCurrentModalFormZIndex: Integer; |
![]() |
function CustomFormBelongsToActiveGroup(AForm: TCustomForm): Boolean; |
![]() |
function FindForm(const FormName: string): TCustomForm; |
![]() |
procedure UpdateScreen; |
![]() |
procedure AddHandlerFormAdded(OnFormAdded: TScreenFormEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerFormAdded(OnFormAdded: TScreenFormEvent); |
![]() |
procedure AddHandlerRemoveForm(OnRemoveForm: TScreenFormEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerRemoveForm(OnRemoveForm: TScreenFormEvent); |
![]() |
procedure AddHandlerActiveControlChanged( OnActiveControlChanged: TScreenControlEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerActiveControlChanged( OnActiveControlChanged: TScreenControlEvent); |
![]() |
procedure AddHandlerActiveFormChanged( OnActiveFormChanged: TScreenActiveFormChangedEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerActiveFormChanged( OnActiveFormChanged: TScreenActiveFormChangedEvent); |
![]() |
procedure RemoveAllHandlersOfObject(AnObject: TObject); override; |
![]() |
property ActiveControl: TWinControl read FActiveControl; |
![]() |
property ActiveCustomForm: TCustomForm read FActiveCustomForm; |
![]() |
property ActiveForm: TForm read FActiveForm; |
![]() |
property Cursor: TCursor read FCursor write SetCursor; |
![]() |
property Cursors[Index: Integer]: HCURSOR read GetCursors write SetCursors; |
![]() |
property CustomFormCount: Integer read GetCustomFormCount; |
![]() |
property CustomForms[Index: Integer]: TCustomForm read GetCustomForms; |
![]() |
property CustomFormZOrderCount: Integer read GetCustomFormZOrderCount; |
![]() |
property CustomFormsZOrdered[Index: Integer]: TCustomForm
read GetCustomFormsZOrdered; |
![]() |
property FocusedForm: TCustomForm read FFocusedForm; |
![]() |
property FormCount: Integer read GetFormCount; |
![]() |
property Forms[Index: Integer]: TForm read GetForms; |
![]() |
property Fonts : TStrings read GetFonts; |
![]() |
property Height : Integer read Getheight; |
![]() |
property HintFont : TFont read GetHintFont; |
![]() |
property Width : Integer read GetWidth; |
![]() |
property OnActiveControlChange: TNotifyEvent read FOnActiveControlChange
write FOnActiveControlChange; |
![]() |
property OnActiveFormChange: TNotifyEvent read FOnActiveFormChange
write FOnActiveFormChange; |
![]() |
property PixelsPerInch: integer read FPixelsPerInch; |
![]() |
constructor Create(AOwner : TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CustomFormIndex(AForm: TCustomForm): integer; |
![]() |
function FormIndex(AForm: TForm): integer; |
![]() |
function CustomFormZIndex(AForm: TCustomForm): integer; |
![]() |
procedure MoveFormToFocusFront(ACustomForm: TCustomForm); |
![]() |
procedure MoveFormToZFront(ACustomForm: TCustomForm); |
![]() |
function GetCurrentModalForm: TCustomForm; |
![]() |
function GetCurrentModalFormZIndex: Integer; |
![]() |
function CustomFormBelongsToActiveGroup(AForm: TCustomForm): Boolean; |
![]() |
function FindForm(const FormName: string): TCustomForm; |
![]() |
procedure UpdateScreen; |
![]() |
procedure AddHandlerFormAdded(OnFormAdded: TScreenFormEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerFormAdded(OnFormAdded: TScreenFormEvent); |
![]() |
procedure AddHandlerRemoveForm(OnRemoveForm: TScreenFormEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerRemoveForm(OnRemoveForm: TScreenFormEvent); |
![]() |
procedure AddHandlerActiveControlChanged( OnActiveControlChanged: TScreenControlEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerActiveControlChanged( OnActiveControlChanged: TScreenControlEvent); |
![]() |
procedure AddHandlerActiveFormChanged( OnActiveFormChanged: TScreenActiveFormChangedEvent; AsLast: Boolean=true); |
![]() |
procedure RemoveHandlerActiveFormChanged( OnActiveFormChanged: TScreenActiveFormChangedEvent); |
![]() |
procedure RemoveAllHandlersOfObject(AnObject: TObject); override; |
![]() |
property ActiveControl: TWinControl read FActiveControl; |
![]() |
property ActiveCustomForm: TCustomForm read FActiveCustomForm; |
![]() |
property ActiveForm: TForm read FActiveForm; |
![]() |
property Cursor: TCursor read FCursor write SetCursor; |
![]() |
property Cursors[Index: Integer]: HCURSOR read GetCursors write SetCursors; |
![]() |
property CustomFormCount: Integer read GetCustomFormCount; |
![]() |
property CustomForms[Index: Integer]: TCustomForm read GetCustomForms; |
![]() |
property CustomFormZOrderCount: Integer read GetCustomFormZOrderCount; |
![]() |
property CustomFormsZOrdered[Index: Integer]: TCustomForm
read GetCustomFormsZOrdered; |
![]() |
property FocusedForm: TCustomForm read FFocusedForm; |
![]() |
property FormCount: Integer read GetFormCount; |
![]() |
property Forms[Index: Integer]: TForm read GetForms; |
![]() |
property Fonts : TStrings read GetFonts; |
![]() |
property Height : Integer read Getheight; |
![]() |
property HintFont : TFont read GetHintFont; |
![]() |
property Width : Integer read GetWidth; |
![]() |
property OnActiveControlChange: TNotifyEvent read FOnActiveControlChange
write FOnActiveControlChange; |
![]() |
property OnActiveFormChange: TNotifyEvent read FOnActiveFormChange
write FOnActiveFormChange; |
![]() |
property PixelsPerInch: integer read FPixelsPerInch; |