You've already forked lazarus-ccr
tvplanit: Add "check/uncheck all" checkbox to header of the grid in the import preview form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8399 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -65,8 +65,10 @@ begin
|
||||
if ARow < Grid.FixedRows then
|
||||
exit;
|
||||
item := TVpICalEntry(FItems[ARow - Grid.FixedRows]);
|
||||
if item <> nil then
|
||||
if item <> nil then begin
|
||||
item.Checked := AChecked;
|
||||
inherited;
|
||||
end;
|
||||
end;
|
||||
|
||||
function TVpImportPreviewICalEventForm.GetCellText(ACol, ARow: Integer): String;
|
||||
|
Reference in New Issue
Block a user