[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The TMaskList class represents a list of masks.
Source position: masks.pas line 71
type TMaskList = class |
||
public |
||
constructor Create(); |
|
Creates new list of masks from passed value, each item is seperated by separator. |
destructor Destroy; override; |
|
|
function Matches(); |
|
If the file name matches at least one of mask list items. |
|
The count of mask list items. |
|
|
The items of mask list. |
|
end; |
|
The TMaskList class represents a list of masks. |
|
| | ||
TObject |
lazarus-ccr.sourceforge.net |