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 />

25063: Function SysUtils RemoveDir Remove a directory<br />

25064: Procedure System Rename Rename a file<br />

25065: Function SysUtils RenameFile Rename a file or directory<br />

25066: Keyword Repeat Repeat statements until a ternmination condition is met<br />

25067: Procedure SysUtils ReplaceDate Change only the date part of a TDateTime variable<br />

25068: Procedure SysUtils ReplaceTime Change only the time part of a TDateTime variable<br />

25069: Procedure System Reset Open a text file for reading, or binary file for read/write<br />

25070: Variable System Result A variable used to hold the return value from a function<br />

25071: Procedure System ReWrite Open a text or binary file for write access<br />

25072: Procedure System RmDir Remove a directory<br />

25073: Function System Round Rounds a floating point number to an integer<br />

25074: Procedure System RunError Terminates the program with an error dialog<br />

25075:<br />

25076: S<br />

25077: Constant SysUtils SecsPerDay Gives the number of seconds in a day<br />

25078: Procedure System Seek Move the pointer in a binary file to a new record position<br />

25079: Function System SeekEof Skip to the end of the current line or file<br />

25<strong>08</strong>0: Function System SeekEoln Skip to the end of the current line or file<br />

25<strong>08</strong>1: Function FileCtrl SelectDirectory Display a dialog to allow user selection of a directory<br />

25<strong>08</strong>2: Variable System Self Hidden parameter to a method - refers to the containing object<br />

25<strong>08</strong>3: Keyword Set Defines a set of up to 255 distinct values<br />

25<strong>08</strong>4: Function SysUtils SetCurrentDir Change the current directory<br />

25<strong>08</strong>5: Procedure System SetLength Changes the size of a string, or the size(s) of an array<br />

25<strong>08</strong>6: Procedure System SetString Copies characters from a buffer into a string<br />

25<strong>08</strong>7: Keyword Shl Shift an integer value left by a number of bits<br />

25<strong>08</strong>8: Variable SysUtils ShortDateFormat Compact version of the date to string format<br />

25<strong>08</strong>9: Variable SysUtils ShortDayNames An array of days of the week names, starting 1 = Sunday<br />

25090: Type System ShortInt An integer type supporting values -128 to 127<br />

25091: Variable SysUtils ShortMonthNames An array of days of the month names, starting 1 = Jan<br />

25092: Type System ShortString Defines a string of up to 255 characters<br />

25093: Variable SysUtils ShortTimeFormat Short version of the time to string format<br />

25094: Procedure Dialogs ShowMessage Display a string in a simple dialog with an OK button<br />

25095: Procedure Dialogs ShowMessageFmt Display formatted data in a simple dialog with an OK button<br />

25096: Procedure Dialogs ShowMessagePos Display a string in a simple dialog at a given screen position<br />

25097: Keyword Shr Shift an integer value right by a number of bits<br />

25098: Function System Sin The Sine of a number<br />

25099: Type System Single The smallest capacity and precision floating point type<br />

25100: Function System SizeOf Gives the storage byte size of a type or variable<br />

25101: Function System Slice Creates a slice of an array as an Open Array parameter<br />

25102: Type System SmallInt An Integer type supporting values from -32768 to 32767<br />

25103: Function System Sqr Gives the square of a number<br />

25104: Function System Sqrt Gives the square root of a number<br />

251<strong>05</strong>: Procedure System Str Converts an integer or floating point number to a string<br />

25106: Type System String A data type that holds a string of characters<br />

25107: Function System StringOfChar Creates a string with one character repeated many times<br />

251<strong>08</strong>: Function SysUtils StringReplace Replace one or more substrings found within a string<br />

25109: Function System StringToWideChar Converts a normal string into a WideChar 0 terminated buffer<br />

25110: Function SysUtils StrScan Searches for a specific character in a constant string<br />

25111: Function SysUtils StrToCurr Convert a number string into a currency value<br />

25112: Function SysUtils StrToDate Converts a date string into a TDateTime value<br />

25113: Function SysUtils StrToDateTime Converts a date+time string into a TDateTime value<br />

251<strong>14</strong>: Function SysUtils StrToFloat Convert a number string into a floating point value<br />

25115: Function SysUtils StrToInt Convert an integer string into an Integer value<br />

25116: Function SysUtils StrToInt64 Convert an integer string into an Int64 value<br />

251<strong>17</strong>: Function SysUtils StrToInt64Def Convert a string into an Int64 value with default<br />

25118: Function SysUtils StrToIntDef Convert a string into an Integer value with default<br />

25119: Function SysUtils StrToTime Converts a time string into a TDateTime value<br />

25120: Function StrUtils StuffString Replaces a part of one string with another<br />

25121: Function System Succ Increment an ordinal variable<br />

25122: Function Math Sum Return the sum of an array of floating point values<br />

25123:<br />

25124: T<br />

25125: Function Math Tan The Tangent of a number<br />

25126: Type Classes TBits An object that can hold an infinite number of Boolean values<br />

25127: Variable ConvUtils TConvFamily Defines a family of measurement types as used by Convert<br />

25128: Type ConvUtils TConvType Defines a measurement type as used by Convert<br />

25129: Type System TDateTime Data type holding a date and time value<br />

25130: Type System Text Defines a file as a text file<br />

25131: Type System TextFile Declares a file type for storing lines of text<br />

25132: Type SysUtils TFloatFormat Formats for use in floating point number display functions<br />

25133: Type SysUtils TFormatSettings A record for holding locale values for thread-safe functions<br />

25134: Keyword Then Part of an if statement - starts the true clause<br />

25135: Variable SysUtils ThousandSeparator The character used to display the thousands separator<br />

25136: Keyword ThreadVar Defines variables that are given separate instances per thread<br />

251<strong>37</strong>: Function SysUtils Time Gives the current time<br />

25138: Variable SysUtils Time<strong>AM</strong>String Determines <strong>AM</strong> value in DateTimeToString procedure<br />

25139: Variable SysUtils TimePMString Determines PM value in DateTimeToString procedure<br />

25<strong>14</strong>0: Variable SysUtils TimeSeparator The character used to separate display time fields<br />

25<strong>14</strong>1: Function SysUtils TimeToStr Converts a TDateTime time value to a string<br />

25<strong>14</strong>2: Type Classes TList General purpose container of a list of objects<br />

25<strong>14</strong>3: Keyword To Prefixes an incremental for loop target value<br />

25<strong>14</strong>4: Type System TObject The base class type that is ancestor to all other classes<br />

25<strong>14</strong>5: Function DateUtils Tomorrow Gives the date tomorrow<br />

25<strong>14</strong>6: Type Dialogs TOpenDialog Displays a file selection dialog<br />

25<strong>14</strong>7: Type Types TPoint Holds X and Y integer values<br />

25<strong>14</strong>8: Type Dialogs TPrintDialog Class that creates a printer selection and control dialog<br />

25<strong>14</strong>9: Type Types TRect Holds rectangle coordinate values<br />

25150: Type SysUtils TReplaceFlags Defines options for the StringReplace routine<br />

25151: Function SysUtils Trim Removes leading and trailing blanks from a string<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: 291

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

Saved successfully!

Ooh no, something went wrong!