[Overview][Classes][Index] Reference for unit 'u_framework_components' (#lazextcomponents)

TFWEdit

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

Declaration

Source position: u_framework_components.pas line 58

type TFWEdit = class(TMaskEdit, IFWComponent, IFWComponentEdit)

protected

  procedure MouseDown(); override;

  

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  procedure DoEnter; override;

  

  procedure DoExit; override;

  

  procedure Loaded; override;

  

  procedure SetOrder; virtual;

  

published

  property FWBeforeEnter: TnotifyEvent; [rws]

  

  property FWBeforeExit: TnotifyEvent; [rws]

  

  property ColorLabel: TColor; [rw]

  

  property ColorFocus: TColor; [rw]

  

  property ColorEdit: TColor; [rw]

  

  property ColorReadOnly: TColor; [rw]

  

  property Color; [s]

  

  property MyLabel: TFWLabel; [rw]

  

  property AlwaysSame: Boolean; [rw]

  

  property OnOrder: TNotifyEvent; [rw]

  

  property BeforePopup: TPopUpMenuEvent; [rw]

  

  property OnPopup: TNotifyEvent; [rw]

  

  property OnMouseEnter;

  

  property OnMouseLeave;

  

  property PopupMenu;

  

end;

Inheritance

TFWEdit,IFWComponent,IFWComponentEdit

  

|

TMaskEdit

?

TObject