mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 22:09:28 +02:00
LCL Masks: use ';' as default mask separator
git-svn-id: trunk@13414 -
This commit is contained in:
parent
f8e055073d
commit
014c784b21
@ -73,7 +73,7 @@ type
|
||||
function GetCount: Integer;
|
||||
function GetItem(Index: Integer): TMask;
|
||||
public
|
||||
constructor Create(const AValue: String; ASeparator: Char = PathSeparator);
|
||||
constructor Create(const AValue: String; ASeparator: Char = ';');
|
||||
destructor Destroy; override;
|
||||
|
||||
function Matches(const AFileName: String): Boolean;
|
||||
@ -83,7 +83,7 @@ type
|
||||
end;
|
||||
|
||||
function MatchesMask(const FileName, Mask: String): Boolean;
|
||||
function MatchesMaskList(const FileName, Mask: String; Separator: Char = PathSeparator): Boolean;
|
||||
function MatchesMaskList(const FileName, Mask: String; Separator: Char = ';'): Boolean;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user