Unit 'cyFlyingContainer' Package
[Overview][Classes][Procedures and functions][Index] [#pl_cindy]

TcyFlyingContainer

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: cyFlyingContainer.pas line 54

type TcyFlyingContainer = class(TcyBaseContainer)

protected

  procedure DoFormDeactivate; override;

  

  procedure DoFormClose; override;

  

  procedure DoFormKeyPress(); override;

  

public

  constructor Create(); override;

  

  procedure Execute(); override;

  

  procedure Close; override;

  

  property Active: Boolean;

  

  property FormContainer: TcyFormContainer;

  

  property LastControlCoords: TRect;

  

published

  property BorderStyle: TFormBorderStyle;

  

  property BorderIcons: TBorderIcons;

  

  property Caption: TCaption;

  

  property Control: TControl;

  

  property DontActivate: Boolean;

  

  property ShowHint: Boolean;

  

  property AlphaBlend: Boolean;

  

  property AlphaBlendValue: Byte;

  

  property TransparentColor: Boolean;

  

  property TransparentColorValue: TColor;

  

  property OnClose: TNotifyEvent;

  

  property OnDeactivate: TNotifyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnShow: TNotifyEvent;

  

  property OnResize: TNotifyEvent;

  

  property EnterKeyAction: TEnterKeyAction;

  

  property CloseOnEscKey: Boolean; [rw]

  

  property CloseOnTabKey: Boolean; [rw]

  

  property CloseOnExit: Boolean; [rw]

  

  procedure ExecuteAsSplashScreen;

  

end;

Inheritance

TcyFlyingContainer

  

|

TcyBaseContainer

  

|

TObject



CT Web help

CodeTyphon Studio