tvplanit: Fix deleting of records from ini datastore.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4849 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-28 09:36:30 +00:00
parent dac023e5ee
commit 9f385a2fb1
2 changed files with 50 additions and 16 deletions

View File

@ -75,8 +75,8 @@ type
TVpResourceEditDialog = class(TVpBaseDialog)
protected {private}
reEditDlg : TResEditForm;
reResource : TVpResource;
reEditDlg: TResEditForm;
reResource: TVpResource;
function Show: Boolean;
public
function Execute: Boolean; reintroduce;