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:
@ -61,7 +61,10 @@ begin
|
||||
exit;
|
||||
card := TVpVCard(FItems[ARow - Grid.FixedRows]);
|
||||
if card <> nil then
|
||||
begin
|
||||
card.Checked := AChecked;
|
||||
inherited;
|
||||
end;
|
||||
end;
|
||||
|
||||
function TVpImportPreviewVCardForm.GetCellText(ACol, ARow: Integer): String;
|
||||
|
Reference in New Issue
Block a user