Unit 'cyBaseContainer' Package
[Overview][Types][Classes][Index] [#pl_cindy]

TcyBaseContainer

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

Declaration

Source position: cyBaseContainer.pas line 74

type TcyBaseContainer = class(TComponent)

protected

  procedure Notification(); override;

  

  property Active: Boolean; [r]

  

  property BorderStyle: TFormBorderStyle; [rw]

  

  property BorderIcons: TBorderIcons; [rw]

  

  property Caption: TCaption; [rw]

  

  property Control: TControl; [rw]

  

  property DontActivate: Boolean; [rw]

  

  property EnterKeyAction: TEnterKeyAction; [rw]

  

  property FormContainer: TcyFormContainer; [r]

  

  property LastControlCoords: TRect; [rw]

  

  property Position: TPosition; [rw]

  

  property ShowHint: Boolean; [rw]

  

  property AlphaBlend: Boolean; [rw]

  

  property AlphaBlendValue: Byte; [rw]

  

  property TransparentColor: Boolean; [rw]

  

  property TransparentColorValue: TColor; [rw]

  

  property WindowState: TWindowState; [rw]

  

  property OnClose: TNotifyEvent; [rw]

  

  property OnDeactivate: TNotifyEvent; [rw]

  

  property OnKeyPress: TKeyPressEvent; [rw]

  

  property OnResize: TNotifyEvent; [rw]

  

  property OnShow: TNotifyEvent; [rw]

  

  procedure CreateFormContainer;

  

  procedure SetContainerProperties; virtual;

  

  procedure SaveControlProperties;

  

  procedure RestoreControlProperties;

  

  procedure DoFormClose; virtual;

  

  procedure DoFormDeactivate; virtual;

  

  procedure DoFormKeyPress(); virtual;

  

  procedure DoFormResize; virtual;

  

  procedure DoFormShow; virtual;

  

public

  constructor Create(); override;

  

  procedure Close; virtual;

  

  function ValidLastControlCoords;

  

  procedure ExecuteFromLastControlCoords;

  

  procedure ExecuteFromControl();

  

  procedure ExecuteFromGrid();

  

  procedure Execute(); virtual;

  

end;

Inheritance

TcyBaseContainer

  

|

TObject



CT Web help

CodeTyphon Studio