10.11.2015 Views

maXbox3 3.9.9.195 14/05/2015 08:37:17 AM

maXbox3 3.9.9.80 13.11.2013 11:25:53

maXbox3 3.9.9.80 13.11.2013 11:25:53

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>maXbox3</strong> <strong>3.9.9.195</strong><br />

<strong>14</strong>/<strong>05</strong>/<strong>2015</strong> <strong>08</strong>:<strong>37</strong>:<strong>17</strong> <strong>AM</strong><br />

24<strong>08</strong>4: Function CharIsWhiteSpaceHyphenW( const c : WideChar) : Boolean');<br />

24<strong>08</strong>5: Function CharIsWhiteSpaceHyphenGtW( const c : WideChar) : Boolean');<br />

24<strong>08</strong>6: Function IsCharWordSeparatorW( const c : WideChar) : Boolean');<br />

24<strong>08</strong>7: Function diISOWeekNumber( const JulianDate : TJulianDate) : Word');<br />

24<strong>08</strong>8: Function ISOWeekNumberYmd( const Year : Integer; const Month, Day : Word) : Word');<br />

24<strong>08</strong>9: Function ISOWeekToJulianDate(const Year:Integer;const WeekOfYear:Word;const DayOfWeek:Word):TJulianDate);<br />

24090: Function JulianDateIsWeekDay( const JulianDate : TJulianDate) : Boolean');<br />

24091: Function JulianDateToIsoDate( const Julian : TJulianDate) : TIsoDate');<br />

24092: Procedure JulianDateToYmd( const JulianDate : TJulianDate; out Year : Integer; out Month, Day : Word)');<br />

24093: Function LastDayOfMonth( const JulianDate : TJulianDate) : TJulianDate');<br />

24094: Procedure LastDayOfMonthYmd( const Year : Integer; const Month : Word; out Day : Word)');<br />

24095: Function LastDayOfWeek( const JulianDate : TJulianDate) : TJulianDate');<br />

24096: Procedure LastDayOfWeekYmd( var Year : Integer; var Month, Day : Word)');<br />

24097: Function LastSysErrorMessage : string');<br />

24098: Function LastSysErrorMessageA : AnsiString');<br />

24099: Function LastSysErrorMessageW : UnicodeString');<br />

24100: Function diMax( const a : Integer; const b : Integer) : Integer;');<br />

24101: Function diMax3( const a, b, c : Integer) : Integer');<br />

24102: Function MaxCard( const a : Cardinal; const b : Cardinal) : Cardinal;');<br />

24103: Function MaxCard3( const a : Cardinal; const b : Cardinal; const c : Cardinal) : Cardinal;');<br />

24104: Function diMaxint64( const a : Int64; const b : Int64) : Int64;');<br />

241<strong>05</strong>: Function dimaxint643( const a : Int64; const b : Int64; const c : Int64) : Int64;');<br />

24106: Function diMin( const a, b : Integer) : Integer;');<br />

24107: Function diMin3( const a, b, c : Integer) : Integer');<br />

241<strong>08</strong>: Function MinCard( const a, b : Cardinal) : Cardinal;');<br />

24109: Function Mincard3( const a, b, c : Cardinal) : Cardinal;');<br />

24110: Function diMinint64( const a, b : Int64) : Int64;');<br />

24111: Function diMinint643( const a, b, c : Int64) : Int64;');<br />

24112: Function diMinint64U( const a, b : UInt64) : UInt64;');<br />

24113: Function diMinint643U( const a, b, c : UInt64) : UInt64;');<br />

241<strong>14</strong>: Function MonthOfJulianDate( const JulianDate : TJulianDate) : Word');<br />

24115: Function YearOfJuilanDate( const JulianDate : TJulianDate) : Integer');<br />

24116: Function YmdToIsoDate( const Year : Integer; const Month, Day : Word) : TIsoDate');<br />

241<strong>17</strong>: Function YmdToJulianDate( const Year : Integer; const Month, Day : Word) : TJulianDate');<br />

24118: end;<br />

24119:<br />

24120: TDLLVersionInfo=Record<br />

24121: cbSize, // Size of the structure, in bytes.<br />

24122: dwMajorVersion, // Major version of the DLL<br />

24123: dwMinorVersion, // Minor version of the DLL<br />

24124: dwBuildNumber, // Build number of the DLL<br />

24125: dwPlatformID: DWord; // Identifies the platform for which the DLL was built<br />

24126: end;<br />

24127:<br />

24128: command1:= 'play "'+songpath+'maxbox.wav"'; command2:= 'play "'+songpath+'moon.wav"';<br />

24129: SendMCICommand('open waveaudio shareable'); //parallels<br />

24130: SendMCICommand('play "G:\sonysavefeb20<strong>14</strong>\maxbox\maxbox3_back\examples\maxbox.wav"');<br />

24131: SendMCICommand('play "G:\sonysavefeb20<strong>14</strong>\maxbox\maxbox3_back\examples\moon.wav"');<br />

24132: SendMCICommand('close waveaudio');<br />

24133:<br />

24134:<br />

24135: //////////////////////////////////////////////////////////////////////////////<br />

24136: All maXbox Tutorials Table of Content 20<strong>14</strong>/<strong>2015</strong><br />

241<strong>37</strong>: ///////////////////////////////////////////////////////////////////////////////<br />

24138: Tutorial 00 Function-Coding (Blix the Programmer)<br />

24139: Tutorial 01 Procedural-Coding<br />

24<strong>14</strong>0: Tutorial 02 OO-Programming<br />

24<strong>14</strong>1: Tutorial 03 Modular Coding<br />

24<strong>14</strong>2: Tutorial 04 UML Use Case Coding<br />

24<strong>14</strong>3: Tutorial <strong>05</strong> Internet Coding<br />

24<strong>14</strong>4: Tutorial 06 Network Coding<br />

24<strong>14</strong>5: Tutorial 07 Game Graphics Coding<br />

24<strong>14</strong>6: Tutorial <strong>08</strong> Operating System Coding<br />

24<strong>14</strong>7: Tutorial 09 Database Coding<br />

24<strong>14</strong>8: Tutorial 10 Statistic Coding<br />

24<strong>14</strong>9: Tutorial 11 Forms Coding<br />

24150: Tutorial 12 SQL DB Coding<br />

24151: Tutorial 13 Crypto Coding<br />

24152: Tutorial <strong>14</strong> Parallel Coding<br />

24153: Tutorial 15 Serial RS232 Coding<br />

24154: Tutorial 16 Event Driven Coding<br />

24155: Tutorial <strong>17</strong> Web Server Coding<br />

24156: Tutorial 18 Arduino System Coding<br />

24157: Tutorial 18_3 RGB LED System Coding<br />

24158: Tutorial 19 WinCOM /Arduino Coding<br />

24159: Tutorial 20 Regular Expressions RegEx<br />

24160: Tutorial 21 Android Coding (coming 2013)<br />

24161: Tutorial 22 Services Programming<br />

24162: Tutorial 23 Real Time Systems<br />

24163: Tutorial 24 Clean Code<br />

24164: Tutorial 25 maXbox Configuration I+II<br />

24165: Tutorial 26 Socket Programming with TCP<br />

24166: Tutorial 27 XML & TreeView<br />

24167: Tutorial 28 DLL Coding (available)<br />

24168: Tutorial 29 UML Scripting (20<strong>14</strong>)<br />

24169: Tutorial 30 Web of Things (20<strong>14</strong>)<br />

24<strong>17</strong>0: Tutorial 31 Closures (20<strong>14</strong>)<br />

24<strong>17</strong>1: Tutorial 32 SQL Firebird (20<strong>14</strong>)<br />

24<strong>17</strong>2: Tutorial 33 Oscilloscope (available)<br />

PC<strong>08</strong> E:\maxbox3\mXGit39988\maxbox3\docs\maxbox_extract_funclist399.txt<br />

http://www.softwareschule.ch/maxbox.htm T: 297<br />

p: 280

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!