TParadoxDataset: Reorder methods. Less hints and warnings.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6905 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-05-10 23:03:21 +00:00
parent 467b0968ad
commit 36c17ca7ed
2 changed files with 500 additions and 508 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,9 +17,8 @@ implementation
{$R pdx_icons.res}
type
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)
protected
TParadoxFileNamePropertyEditor = class(TFileNamePropertyEditor)
public
function GetFilter: String; override;
end;