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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

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

24974: Function Math Min Gives the minimum of two integer values<br />

24975: Constant SysUtils MinsPerDay Gives the number of minutes in a day<br />

24976: Procedure System MkDir Make a directory<br />

24977: Keyword Mod Performs integer division, returning the remainder<br />

24978: Constant SysUtils MonthDays Gives the number of days in a month<br />

24979: Function DateUtils MonthOfTheYear Gives the month of the year for a TDateTime value<br />

24980: Procedure System Move Copy bytes of data from a source to a destination<br />

24981:<br />

24982: N<br />

24983: Constant Math NaN Not a real number<br />

24984: Variable SysUtils NegCurrFormat Defines negative amount formatting in currency displays<br />

24985: Procedure System New Create a new pointer type variable<br />

24986: Constant System Nil A pointer value that is defined as undetermined<br />

24987: Keyword Not Boolean Not or bitwise not of one arguments<br />

24988: Function SysUtils Now Gives the current date and time<br />

24989: Variable Variants Null A variable that has no value<br />

24990:<br />

24991: O<br />

24992: Compiler Directive $O Determines whether Delphi optimises code when compiling<br />

24993: Compiler Directive $Optimization Determines whether Delphi optimises code when compiling<br />

24994: Compiler Directive $OverFlowChecks Determines whether Delphi checks integer and enum bounds<br />

24995: Keyword System Object Allows a subroutine data type to refer to an object method<br />

24996: Function System Odd Tests whether an integer has an odd value<br />

24997: Keyword Of Linking keyword used in many places<br />

24998: Keyword On Defines exception handling in a Try Except clause<br />

24999: Keyword Or Boolean or or bitwise or of two arguments<br />

25000: Function System Ord Provides the Ordinal value of an integer, character or enum<br />

25001: Directive Out Identifies a routine parameter for output only<br />

25002: Variable System Output Defines the standard output text file<br />

25003: Directive Overload Allows 2 or more routines to have the same name<br />

25004: Directive Override Defines a method that replaces a virtual parent class method<br />

250<strong>05</strong>:<br />

25006: P<br />

25007: Keyword Packed Compacts complex data types into minimal storage<br />

250<strong>08</strong>: Type System PAnsiChar A pointer to an AnsiChar value<br />

25009: Type System PAnsiString Pointer to an AnsiString value<br />

25010: Function System ParamCount Gives the number of parameters passed to the current program<br />

25011: Function System ParamStr Returns one of the parameters used to run the current program<br />

25012: Type System PChar A pointer to an Char value<br />

25013: Type System PCurrency Pointer to a Currency value<br />

250<strong>14</strong>: Type System PDateTime Pointer to a TDateTime value<br />

25015: Type System PExtended Pointer to a Extended floating point value<br />

25016: Function System Pi The mathematical constant<br />

250<strong>17</strong>: Type System PInt64 Pointer to an Int64 value<br />

25018: Function Classes Point Generates a TPoint value from X and Y values<br />

25019: Type System Pointer Defines a general use Pointer to any memory based data<br />

25020: Function Classes PointsEqual Compares two TPoint values for equality<br />

25021: Function System Pos Find the position of one string in another<br />

25022: Function System Pred Decrement an ordinal variable<br />

25023: Function Printers Printer Returns a reference to the global Printer object<br />

25024: Directive Private Starts the section of private data and methods in a class<br />

25025: Keyword System Procedure Defines a subroutine that does not return a value<br />

25026: Procedure FileCtrl ProcessPath Split a drive/path/filename string into its constituent parts<br />

25027: Keyword System Program Defines the start of an application<br />

25028: Function Dialogs PromptForFileName Shows a dialog allowing the user to select a file<br />

25029: Keyword System Property Defines controlled access to class fields<br />

25030: Directive Protected Starts a section of class private data accesible to sub-classes<br />

25031: Type System PShortString A pointer to an ShortString value<br />

25032: Type System PString Pointer to a String value<br />

25033: Function Types PtInRect Tests to see if a point lies within a rectangle<br />

25034: Directive Public Starts an externally accessible section of a class<br />

25035: Directive Published Starts a published externally accessible section of a class<br />

25036: Type System PVariant Pointer to a Variant value<br />

250<strong>37</strong>: Type System PWideChar Pointer to a WideChar<br />

25038: Type System PWideString Pointer to a WideString value<br />

25039:<br />

25040: Q<br />

25041: Compiler Directive $Q Determines whether Delphi checks integer and enum bounds<br />

25042:<br />

25043: R<br />

25044: Compiler Directive $R Determines whether Delphi checks array bounds<br />

25045: Compiler Directive $RangeChecks Determines whether Delphi checks array bounds<br />

25046: Compiler Directive $ReferenceInfo Determines whether symbol reference information is built<br />

25047: Compiler Directive $Resource Defines a resource file to be included in the application linking<br />

25048: Function Math RadToDeg Converts a radian value to degrees<br />

25049: Keyword Raise Raise an exception<br />

25<strong>05</strong>0: Function System Random Generate a random floating point or integer number<br />

25<strong>05</strong>1: Procedure System Randomize Reposition the Random number generator next value<br />

25<strong>05</strong>2: Function Math RandomRange Generate a random integer number within a supplied range<br />

25<strong>05</strong>3: Variable System RandSeed Reposition the Random number generator next value<br />

25<strong>05</strong>4: Procedure System Read Read data from a binary or text file<br />

25<strong>05</strong>5: Procedure System ReadLn Read a complete line of data from a text file<br />

25<strong>05</strong>6: Type System Real A floating point type supporting about 15 digits of precision<br />

25<strong>05</strong>7: Type System Real48 The floating point type with the highest capacity and precision<br />

25<strong>05</strong>8: Procedure System ReallocMem Reallocate an existing block of storage<br />

25<strong>05</strong>9: Function DateUtils RecodeDate Change only the date part of a TDateTime variable<br />

25060: Function DateUtils RecodeTime Change only the time part of a TDateTime variable<br />

25061: Keyword Record A structured data type - holding fields of data<br />

25062: Function Classes Rect Create a TRect value from 2 points or 4 coordinates<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: 290

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

Saved successfully!

Ooh no, something went wrong!