Source position: treegrids.pas line 1921
type TTGPaintInfo = record |
||
Canvas: TCanvas; |
|
|
PaintOptions: TTGInternalPaintOptions; |
|
|
Node: PTreeGridNode; |
|
|
Column: TColumnIndex; |
|
|
Position: TColumnPosition; |
|
|
CellRect: TRect; |
|
|
ContentRect: TRect; |
|
|
NodeWidth: Integer; |
|
|
Alignment: TAlignment; |
|
|
CaptionAlignment: TAlignment; |
|
|
BidiMode: TBidiMode; |
|
|
BrushOrigin: TPoint; |
|
|
ImageInfo: array [TTGImageInfoIndex] of TTGImageInfo; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |