[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msesys.pas line 58
type filerightsty = set of ( |
s_irusr, |
s_iwusr, |
s_ixusr, |
s_irgrp, |
s_iwgrp, |
s_ixgrp, |
s_iroth, |
s_iwoth, |
s_ixoth, |
s_isuid, |
s_isgid, |
s_isvtx |
); |