NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@archiv:coding:delphi
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Delphi Projects
6 Hits, Last modified: 15 years ago
oting up...'); //set home directory FD := ExtractFilePath(ParamStr(0))+'bin'; //WriteLn(FD+'\mirc.exe'); //lets go if FileExists(FD+'\mirc.exe') then begin try ShellE... PChar(FD+'\mirc.exe'), //Filename PChar('-r"nnscript"'), ... oting up...'); //set home directory FD := ExtractFilePath(ParamStr(0))+'bin'; //WriteLn(FD+'\mirc.exe')
Delphi Snippets
3 Hits, Last modified: 14 years ago
tring; var i: integer; begin //SysDir := ExtractFilePath(ParamStr(0)); if FileExists(SDir+'cover\'+CoverName) then begin i := splitscount(CoverName,'.... ring; Notes: String; begin slDBPath := ExtractFilepath(application.exename) + 'test.db'; sldb := TS