Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2Popup

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

Declaration

Source position: orca_scene2d.pas line 2388

type TD2Popup = class(TD2Control)

protected

  procedure ApplyPlacement; virtual;

  

  procedure KillFocus; override;

  

  procedure Notification(); override;

  

  procedure DialogKey(); override;

  

  procedure DoFormClose();

  

  procedure DoPopupLayoutClick();

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Paint; override;

  

  function PopupModal; virtual;

  

  procedure Popup; virtual;

  

  procedure ClosePopup; virtual;

  

  property ModalResult: TModalResult; [rw]

  

  property PlacementScene: TD2PlacementScene; [rw]

  

published

  property IsOpen: Boolean; [rw]

  

  property HorizontalOffset: Single; [rw]

  

  property VerticalOffset: Single; [rw]

  

  property Placement: TD2Placement; [rw]

  

  property PlacementTarget: TD2VisualObject; [rw]

  

  property PlacementRectangle: TD2Bounds; [rw]

  

  property StaysOpen: Boolean; [rw]

  

  property Style: TD2Resources; [rw]

  

  property DragWithParent: Boolean; [rw]

  

  property OnClosePopup: TNotifyEvent; [rw]

  

  property Resource: string;

  

  property Visible: Boolean;

  

end;

Inheritance

TD2Popup

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio