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

24885: Function SysUtils ForceDirectories Create a new path of directories<br />

24886: Function SysUtils Format Rich formatting of numbers and text into a string<br />

24887: Function SysUtils FormatCurr Rich formatting of a currency value into a string<br />

24888: Function SysUtils FormatDateTime Rich formatting of a TDateTime variable into a string<br />

24889: Function SysUtils FormatFloat Rich formatting of a floating point number into a string<br />

24890: Function System Frac The fractional part of a floating point number<br />

24891: Procedure SysUtils FreeAndNil Free memory for an object and set it to nil<br />

24892: Procedure System FreeMem Free memory storage used by a variable<br />

24893: Keyword System Function Defines a subroutine that returns a value<br />

24894:<br />

24895: G<br />

24896: Function SysUtils GetCurrentDir Get the current directory (drive plus directory)<br />

24897: Procedure System GetDir Get the default directory (drive plus path) for a specified drive<br />

24898: Function System GetLastError Gives the error code of the last failing Windows API call<br />

24899: Procedure SysUtils GetLocaleFormatSettings Gets locale values for thread-safe functions<br />

24900: Function System GetMem Get a specified number of storage bytes<br />

24901: Keyword Goto Forces a jump to a label, regardless of nesting<br />

24902:<br />

24903: H<br />

24904: Compiler Directive $H Treat string types as AnsiString or ShortString<br />

249<strong>05</strong>: Compiler Directive $Hints Determines whether Delphi shows compilation hints<br />

24906: Procedure System Halt Terminates the program with an optional dialog<br />

24907: Function System Hi Returns the hi-order byte of a (2 byte) Integer<br />

249<strong>08</strong>: Function System High Returns the highest value of a type or variable<br />

24909:<br />

24910: I<br />

24911: Compiler Directive $I Allows code in an include file to be incorporated into a Unit<br />

24912: Compiler Directive $IfDef Executes code if a conditional symbol has been defined<br />

24913: Compiler Directive $IfNDef Executes code if a conditional symbol has not been defined<br />

249<strong>14</strong>: Compiler Directive $IfOpt Tests for the state of a Compiler directive<br />

24915: Compiler Directive $Include Allows code in an include file to be incorporated into a Unit<br />

24916: Compiler Directive $IOChecks When on, an IO operation error throws an exception<br />

249<strong>17</strong>: Keyword If Starts a conditional expression to determine what to do next<br />

24918: Keyword Implementation Starts the implementation (code) section of a Unit<br />

24919: Keyword In Used to test if a value is a member of a set<br />

24920: Procedure System Inc Increment an ordinal variable<br />

24921: Function DateUtils IncDay Increments a TDateTime variable by + or - number of days<br />

24922: Procedure System Include Include a value in a set variable<br />

24923: Function DateUtils IncMillisecond Increments a TDateTime variable by + or - number of milliseconds<br />

24924: Function DateUtils IncMinute Increments a TDateTime variable by + or - number of minutes<br />

24925: Function SysUtils IncMonth Increments a TDateTime variable by a number of months<br />

24926: Function DateUtils IncSecond Increments a TDateTime variable by + or - number of seconds<br />

24927: Function DateUtils IncYear Increments a TDateTime variable by a number of years<br />

24928: Directive Index Principally defines indexed class data properties<br />

24929: Constant Math Infinity Floating point value of infinite size<br />

24930: Keyword Inherited Used to call the parent class constructor or destructor method<br />

24931: Variable System Input Defines the standard input text file<br />

24932: Function Dialogs InputBox Display a dialog that asks for user text input, with default<br />

24933: Function Dialogs InputQuery Display a dialog that asks for user text input<br />

24934: Procedure System Insert Insert a string into another string<br />

24935: Function System Int The integer part of a floating point number as a float<br />

24936: Type System Int64 A 64 bit sized integer - the largest in Delphi<br />

249<strong>37</strong>: Type System Integer The basic Integer type<br />

24938: Keyword System Interface Used for Unit external definitions, and as a Class skeleton<br />

24939: Function SysUtils IntToHex Convert an Integer into a hexadecimal string<br />

24940: Function SysUtils IntToStr Convert an integer into a string<br />

24941: Function System IOResult Holds the return code of the last I/O operation<br />

24942: Keyword Is Tests whether an object is a certain class or ascendant<br />

24943: Function Math IsInfinite Checks whether a floating point number is infinite<br />

24944: Function SysUtils IsLeapYear Returns true if a given calendar year is a leap year<br />

24945: Function System IsMultiThread Returns true if the code is running multiple threads<br />

24946: Function Math IsNaN Checks to see if a floating point number holds a real number<br />

24947:<br />

24948: L<br />

24949: Compiler Directive $L Determines what application debug information is built<br />

24950: Compiler Directive $LocalSymbols Determines what application debug information is built<br />

24951: Compiler Directive $LongStrings Treat string types as AnsiString or ShortString<br />

24952: Function SysUtils LastDelimiter Find the last position of selected characters in a string<br />

24953: Function System Length Return the number of elements in an array or string<br />

24954: Function System Ln Gives the natural logarithm of a number<br />

24955: Function System Lo Returns the low-order byte of a (2 byte) Integer<br />

24956: Function Math Log10 Gives the log to base 10 of a number<br />

24957: Variable SysUtils LongDateFormat Long version of the date to string format<br />

24958: Variable SysUtils LongDayNames An array of days of the week names, starting 1 = Sunday<br />

24959: Type System LongInt An Integer whose size is guaranteed to be 32 bits<br />

24960: Variable SysUtils LongMonthNames An array of days of the month names, starting 1 = January<br />

24961: Variable SysUtils LongTimeFormat Long version of the time to string format<br />

24962: Type System LongWord A 32 bit unsigned integer<br />

24963: Function System Low Returns the lowest value of a type or variable<br />

24964: Function SysUtils LowerCase Change upper case characters in a string to lower case<br />

24965:<br />

24966: M<br />

24967: Compiler Directive $MinEnumSize Sets the minimum storage used to hold enumerated types<br />

24968: Function Math Max Gives the maximum of two integer values<br />

24969: Constant System MaxInt The maximum value an Integer can have<br />

24970: Constant System MaxLongInt The maximum value an LongInt can have<br />

24971: Function Math Mean Gives the average for a set of numbers<br />

24972: Function Dialogs MessageDlg Displays a message, symbol, and selectable buttons<br />

24973: Function Dialogs MessageDlgPos Displays a message plus buttons at a given screen position<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: 289

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

Saved successfully!

Ooh no, something went wrong!