Unit 'ovcbase' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_orpheus]

TOvcLabelInfo

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

Declaration

Source position: ovcbase.pas line 81

type TOvcLabelInfo = class(TPersistent)

protected

  FOffsetX: Integer;

  

  FOffsetY: Integer;

  

  FOnChange: TNotifyEvent;

  

  FOnAttach: TOvcAttachEvent;

  

  procedure DoOnAttach;

  

  procedure DoOnChange;

  

  function IsVisible;

  

  procedure SetOffsetX();

  

  procedure SetOffsetY();

  

  procedure SetVisible();

  

public

  ALabel: TOvcAttachedLabel;

  

  FVisible: Boolean;

  

  property OnAttach: TOvcAttachEvent; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

  procedure SetOffsets();

  

published

  property OffsetX: Integer; [rws]

  

  property OffsetY: Integer; [rws]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TOvcLabelInfo

  

|

TObject



CT Web help

CodeTyphon Studio