mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-29 22:42:00 +01:00
components: fix visibility hints for paradox package
git-svn-id: trunk@23839 -
This commit is contained in:
parent
8abecb2ba9
commit
e9113e15e8
@ -27,13 +27,13 @@ uses
|
|||||||
|
|
||||||
Type
|
Type
|
||||||
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
TParadoxFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
||||||
protected
|
public
|
||||||
function GetFilter: String; override;
|
function GetFilter: String; override;
|
||||||
function GetInitialDirectory: string; override;
|
function GetInitialDirectory: string; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
TParadoxBlobFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
TParadoxBlobFileNamePropertyEditor=class(TFileNamePropertyEditor)
|
||||||
protected
|
public
|
||||||
function GetFilter: String; override;
|
function GetFilter: String; override;
|
||||||
function GetInitialDirectory: string; override;
|
function GetInitialDirectory: string; override;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user