wlasne_moduly
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wlasne_moduly [2018/06/17 12:28] – ↷ Page name changed from dodatkowe_funkcje to wlasne_moduly admin | wlasne_moduly [2019/03/26 02:22] (current) – admin | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| ==== Typy modułów ==== | ==== Typy modułów ==== | ||
| - | <code delphi> | + | <code delphi> |
| Line 109: | Line 109: | ||
| RS, SDBM, SHIFTANDXOR, | RS, SDBM, SHIFTANDXOR, | ||
| MOTOROLADOCSIS | MOTOROLADOCSIS | ||
| + | // windows // | ||
| + | LM, NTLM | ||
| </ | </ | ||
| Line 138: | Line 140: | ||
| procedure AddItem(App, | procedure AddItem(App, | ||
| - | <code delphi> | + | <code delphi> |
| + | |||
| + | function ExtractFilePath(const FileName: string): string; | ||
| + | function ExtractFileDrive(const FileName: string): string; | ||
| + | function ExtractFileName(const FileName: string): string; | ||
| + | function ExtractFileExt(const FileName: string): string; | ||
| + | function ExtractFileDir(Const FileName: string): string; | ||
| + | |||
| + | function FileExists(const FileName: string): Boolean; | ||
| + | function DirectoryExists(const DirName: string): Boolean; | ||
| + | |||
| + | function ParamStr(l: LongInt): | ||
| + | function ParamCount: LongInt; | ||
| + | </ | ||
| ==== Parametry przekazywane z aplikacji ==== | ==== Parametry przekazywane z aplikacji ==== | ||
wlasne_moduly.1529231287.txt.gz · Last modified: 2018/06/17 12:28 by admin
