You've already forked lazarus-ccr
RxFPC:TRxDBGridExportPDF - export images from grid cell
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5095 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3834,7 +3834,7 @@ begin
|
||||
Assigned(RxColumn.ImageList) then
|
||||
begin
|
||||
AImageIndex := StrToIntDef(RxColumn.KeyList.Values[RxColumn.Field.AsString],
|
||||
RxColumn.FNotInKeyListIndex);
|
||||
RxColumn.NotInKeyListIndex);
|
||||
if (AImageIndex > -1) and (AImageIndex < RxColumn.ImageList.Count) then
|
||||
DrawCellBitmap(RxColumn, aRect, aState, AImageIndex);
|
||||
end
|
||||
|
Reference in New Issue
Block a user