Unit 'SrcEditorIntf' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#bs_ideintf]

TSourceEditorStatusPanelInterface

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

Declaration

Source position: srceditorintf.pas line 235

type TSourceEditorStatusPanelInterface = class

protected

  function GetAlignment; virtual; abstract;

  

  function GetBevel; virtual; abstract;

  

  function GetBidiMode; virtual; abstract;

  

  function GetHeight; virtual; abstract;

  

  function GetScreenBounds; virtual; abstract;

  

  function GetText; virtual; abstract;

  

  function GetVisible; virtual; abstract;

  

  function GetWidth; virtual; abstract;

  

  procedure SetAlignment(); virtual; abstract;

  

  procedure SetBevel(); virtual; abstract;

  

  procedure SetBidiMode(); virtual; abstract;

  

  procedure SetText(); virtual; abstract;

  

  procedure SetOnDrawPanel(); virtual;

  

  procedure SetVisible(); virtual; abstract;

  

public

  constructor Create();

  

  property Owner: TClass; [r]

  

  property Tag: PtrUInt; [r]

  

  property Alignment: TAlignment; [rw]

  

  property Bevel: TStatusPanelBevel; [rw]

  

  property BidiMode: TBiDiMode; [rw]

  

  property Text: string; [rw]

  

  property Visible: Boolean; [rw]

  

  function RequestWidth(); virtual; abstract;

  

  property Height: Integer; [r]

  

  property Width: Integer; [r]

  

  property ScreenBounds: TRect; [r]

  

  property OnDestroy: TNotifyEvent; [rw]

  

  property OnResize: TNotifyEvent; [rw]

  

  property OnClick: TNotifyEvent; [rw]

  

  property OnDoubleClick: TNotifyEvent; [rw]

  

  property OnContextPopup: TContextPopupEvent; [rw]

  

  property OnDrawPanel: TDrawSourceEditPanelEvent; [rw]

  

end;

Inheritance

TSourceEditorStatusPanelInterface

  

|

TObject



CT Web help

CodeTyphon Studio