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:
wp_xxyyzz
2022-08-19 21:32:56 +00:00
parent a430be7bcf
commit 2062b0bb22
6 changed files with 167 additions and 61 deletions

View File

@ -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;