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

TFWGrid

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

Declaration

Source position: u_framework_components.pas line 267

type TFWGrid = class(TStringGrid, IFWComponent)

public

  constructor Create(); override;

  

  procedure DoEnter; override;

  

  procedure DoExit; override;

  

  procedure Loaded; override;

  

  property FieldsTags: Integer; [rw]

  

published

  property FWBeforeEnter: TnotifyEvent; [rws]

  

  property FWBeforeExit: TnotifyEvent; [rws]

  

  property ColorEdit: TColor; [rw]

  

  property Color; [s]

  

  property FixedColor;

  

  property ColorFocus: TColor; [rw]

  

  property AlwaysSame: Boolean; [rw]

  

end;

Inheritance

TFWGrid,IFWComponent

  

|

TStringGrid

?

TObject