[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TStringGrid |
||
? | ||
TObject |