[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msegrids.pas line 511
type tcol = class(tgridprop) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure invalidate; |
procedure invalidatecell(); |
procedure invalidatemaxsize(); virtual; |
function rowcolor(); |
function rowfont(); |
procedure changed; override; |
procedure cellchanged(); virtual; |
function actualcolor; |
function actualfont; virtual; |
function maxwidth; |
function minmaxwidth; |
property colindex: Integer; [r] |
function translatetocell(); |
property visible: Boolean; [rw] |
property enabled: Boolean; [rw] |
property readonly: Boolean; [rw] |
published |
property width: Integer; [rw] |
property rowcoloroffset: Integer; [rw] |
property rowcoloroffsetselect: Integer; [rw] |
property rowfontoffset: Integer; [rw] |
property rowfontoffsetselect: Integer; [rw] |
property fontselect: tcolselectfont; [rws] |
property fontactivenum: Integer; [rw] |
property fontfocusednum: Integer; [rw] |
property onbeforedrawcell: beforedrawcelleventty; [rw] |
property onafterdrawcell: drawcelleventty; [rw] |
end; |
| |
| |
| |
| |
| |
tnullinterfacedpersistent,iunknown |
| |
| |
tpersistent |
? |
TObject |