Uses structils;
[String Function] The headlights Function ANSIRESEMBLESTEXT (Const AText, AoTher: String): Boolean; $ [Strutils.PAS feature Returns two strings to similar to the ANSI (American National Standards Institute) US National Standards Association; not case sensitive Reference function strutils.SoundExProc; var strutils.ansiresemblesproc example Checkbox1.checked: = ANSIRESEMBLESTEXT (Edit1.Text, Edit2.Text); ━━━━━━━━━ 首 首━━━━━━━━━━ 首 首 首 首━━━━━━━━━━━ 首 首AnsiContainsText (const aText, ASubText: string): Boolean; $ [StrUtils.pas function returns a string containing the substring ASubText whether aText described with reference to a case-insensitive function StrUtils.AnsiUppercase; function StrUtils.AnsiPos example CheckBox1.Checked: = AnsiContainsText ( Edit1.text, edit2.text); ━━━━━━━━━ 首 首━━━━━━━━ 首 首 首 f━━━━━━━ 首 f f:::;; (Strutils.PAS): boolean; Return string ATEXT to begin with child string asubtext instructions not distinguish between using the case refunction windows.comPareString example checkbox1.checked: = ANSISTARTSTEXT (Edit1.Text, Edit2.text); ━━━━━━━━━━━━━━ ━━━━━━━ 首 首 首 f f f f addstext (Const Asbtext, ATE XT: String): Boolean; $ [strutils.PAS feature Returns ATEXT End of the sub-string asubtext instructions Not distinguishes the case in the case of the case, the reference window, the information, the case checkbox1.checked: = Ansiendstext (edit1.text, edit2.text); ━━━━━━━━━━━━━━━━━━━━ 首 首 首 f 首 首 首 首 首 首 首 f f f:::::: String; $ [Strutils.PAS feature Return to string ATEXT string AFromText replaced substrings AToText results described with reference to a case-insensitive function SysUtils.StringReplace; type SysUtils.TReplaceFlags example Edit4.Text: = AnsiReplaceText (Edit1.Text, Edit2.Text, Edit3.Text); ━━━━━━ ━━━━━━ 首━━━━━━ 首 首 首 f━━ 首 首 首 f f;;;;; Const Avalues: Array Of String: Boolean;
$ [Strutils.PAS feature Returns whether there is a string ATEXT in the array of strings in the AVALUES, the case is not distinguished, refer to the reference refunction strutils.ansiindextext exampleXckbox1.checked: = ANSIMATCHTEXT (Edit1.Text, ['A1', 'A2', 'A3 ',' A4 ']); ━━━━━━━━━ 首 首━━━━━━━━ 首 首 首 f━━━━━━ 首 首 首 f fdddddext (Const Atext: Array Of String): Integer; $ [ Strutils.PAS feature returns a string atExt location instructions in the string array avateues uncorded case; if not included, return -1 reference function system1.Value: = ANSIINDEXTEXT (Edit1.Text, ['A1' , 'A2', 'A3', 'A4']); ━━━━━━━━━ 首 首━━━━━━━━ 首 首 f━━━━━━━━ 首 首 f::;;; Boolean; $ [Strutils.PAS feature Return string ATEXT contains substrings asubtext Description Case Size Size Reference Function Strutils.ansipos Example CheckBox1.Checked: = ansicontainsstr (edit1.text, edit2.text); ━━━━━━━━━━ ━━━━━━━━━ 首 首 首 首 首 f f f f f f f;;; $ [Strutils.PAS Features Returns the string ATEXT "Sub-string asubtext begins notification Size case reference reference function sysutils. ANSISAMESTR Example CheckBox1.checked: = ansistartsstr (edit1.text, edit2.text); ━━━━━━━━━ 首━━━━━━━━━ 首 首━━━━━━━━━ 首 首 f━━━━━━━━ 首 首━━━:: s: s::::: Boolean; $ [strutils.PAS feature Return string ATEXT Whether the end of child string AsubText Description Case Size Size Reference Function Sysutils.ansisameSTR CHECKBOX1.CHECKED: = ANSIENDSSTR (Edit1.Text, Edit2.text); ━━━━━━━━ ━━━━━━━━━━━━━ 首 首 f f 首━ 首 首 f f f f 首 首 首 f (((::: String; $ [Strutils.PAS Features Return Controvers Atext AFROMTEXT Replace with SubtromTETEXT The results of the description are case sensitive reference reference function system; type sysutils.treplaceflags example edit4.text: =
AnsirePlaceStr (edit1.text, edit2.text, edit3.text); ━━━━━━━━ 首 首 首━━━━━━━━ 首 首━━━━━━━━ 首 首 f━━;;;; Const Avalues: array of String): boolean; $ [strutils.pas feature Returns the string array Avalues Whether to include the string AText Description Case Size Size Reference Function Strutils.ansiIndexSTR CHECKBOX1.CHECKED: = ANSIMATCHSTR (Edit1.Text, ['A1', 'A2 ',' A3 ',' A4 ']); ━━━━━━━━ 首 首 首━━━━━━━━ 首 首 首━━━━━━━ 首 首 首 f fdddd (((Const Ate: Array Of String): Integer; $ [strutils.PAS feature Returns Atext location Description in the string array Avalues Case Size Size Write Reference Function SYSUTILS.ASISAMESTR Example Spinedit1.Value: = AnsiIndexStr (Edit1.Text, ['A1', 'A2', 'A3', 'A4']); ━━━━━━━━ 首 首 首━━━━━━━ 首 首 首 f━━━;; (Const: Integer): String; $ [Strutils .PAS feature returns a string ATEXT ACOUNT a copy description When ACOUNT returns' '' reference function system.setlength example edit3.text: = dupeString (edit1.text, spinedit1.value); ━━━━━━━━ ━━━━━━ 首━━━━━━ 首 首 首 f f 首 首 首 f f f 首 f Ring; $ [Strutils.PAS feature Returns a string ATEXT Reverse Description ReverseString ('1234') = '4321' Reference function system.setlength example edit3.text: = reverseString (Edit1.Text ); ━━━━━━━━━ 首 首━━━━━━ 首 首 首 首 f f 首; (const at: String; Astart, ALENGTH: Cardinal; Const AsbText: String): String; $ [Strutils. PAS feature returns a string description ASTART: Nested start position; ALENGTH: Nested length; stuffstring ('abcd', 2, 0, '12') = 'a12bcd' refer to function system.copy example Edit3.text: = StuffString (edit1.text, spinedit1.value, spinedit2.value, edit2.text);
━━━━━━━━━━━━━━━━━━━ 首 首 首 首 f f a:::: String; OVERLOAD; $ [Strutils.PAS feature Random Return to the array Avalues An element description Before it is recommended to execute the randomize reference function system.random example Randomize; edit3.text: = randomfrom (['A1', 'A2', 'A3', 'A4']); ━━━━━━━━ ━━━━━━━━━━━━ 首 首 首 f f 首 (Avalue: Boolean; Const Atrue: String; Afalse: String = '): String; OverLoad; $ [strutils.pas function Returns the specified logical string Description ifthen (True, 'is', 'No') = 'is'; ifThen (false, 'is', 'No') = 'No' reference
SELSTART, SELLENGTH: INTEGER; SearchString: String; Options: TstringSearchOptions = [SODOWN]): PCHAR; $ [Strutils.PAS feature Returns the first search pointer location Description This function is often used in the text Search string reference
procedure TForm1.Button1Click (Sender: TObject); var SearchOptions: TStringSearchOptions; begin SearchOptions: = []; if CheckBox1.Checked then Include (SearchOptions, soDown); if CheckBox2.Checked then Include (SearchOptions, soMatchCase); if CheckBox3.Checked THEN INCLUDE (SearchOptions, SowholeWord); Searchedit (Memo1, Edit1.Text, SearchOptions); Memo1.Setfocus; end; /// end searchbuf ━━━━━━━━━━━━━━━━━━━━━━ ━ The first Function SoundEx (consth: tsoundexlength = 4): String; $ [Strutils.PAS feature Return Probe string Description Depending on the detection method (SOUNDEX) can find a string; http: // www. Nara.gov/genealog reference/coding.html Reference
Hello ') Reference
$ [SYSUTILS.PAS feature release string pointer P Resource Description Mix Function Newstr Using Reference Procedure System.Dispose Example
CompareStr (edit1.text, edit2.text); ━━━━━━━━ 首 首 首━━━━━━━ 首 首 首 f━━━;;;;; Length: Integer: Boolean; Assembler ; $ [Sysutils.PAS feature returns two memory pointer description CompareMem (Pchar ('12A'), PCHAR ('12c'), 2) = true; CompareMem (Pchar ('12a'), PCHAR ('12c') , 3) = false reference ━━━━━━━━━━━━━━━━━━━ 首 首 首 首 f f 首 f f f f (Const S1, S2: String): Boolean; $ [SYSUTILS.PAS feature Returns the difference between the two strings Size write reference Function Sysutils.ansicomparestr case checkbox1.checked: = AnsisameStr (edit1.text, edit2.text); ━━━━━━━━ 首 首 首━━━━━━━━━━ 首 首 f━━━━ettext S1, S2: STRING: Integer; $ [systemils.pas function reverse compare two string description When S1> S2 return value> 0; when S1 Ansistrol (pchar (edit1.text), pchar (edit2.text), spinedit2.value) ━━━━━━━━━ 首 首 首 首━━━━━━ 首 首 首━━━━━━━━ 首 首 首 首━━━━ ((((((S1, S2: PCHAR Maxlen: cardinal): Integer; $ [sysutils.pas feature Returns Two pointer strings Specify length Description When S1> S2 return value> 0; when S1 $ [Sysutils.pas feature to return to double-word string under small-write form Description I can't test it. Reference function windows.charLowerBuffW example edit2.text: = widelowercase (edit1.text); ━━━━━━━━━━━━ ━━━━━━━━━━ 首 The first Function WideCompareStr (Const S1, S2: WideString): Integer; $ [SYSUTILS.PAS feature Return to compare two double-byte string Description When S1> S2 return value> 0 When S1 $ [SYSUTILS.PAS headlight (const s: wideString): WideString; overload; $ [systemils.pas feature returns to remove string S left invisible characters Description less than # 32 Character as invisible character reference function system.copy Example edit2.text: = trimleft (edit1.text); ━━━━━━━━━ 首 首━━━━━━━━━ 首 f━━━::::: string; overload; SYSUTILS.PAS headlights: wideString; overload; $ [sysutils.pas feature returns to remove string s On the right side of the keyword Description Small than # 32 Character as an invisible character reference Function System.copy Example Edit2 .Text: = trimright (edit1.text); ━━━━━━━━━ 首 首━━━━━━━━ 首 首 首 f━::::: 首; $ [sysutils.pas function Returns a string S in the expression of the manifestation in Pascal, one of the single quotes will be converted to two reference procedure system.insert example edit2.text: = quotedstr (edit1.text); ━━━━━━━━━━━ ━━━━━━━━━━ 首 首 首 f f f f f f f (Const S: String; Quote: CHAR): String; $ [SYSUTILS.PAS feature Returns Strings S with character quote specifically "ANSIQUOTEDSTR (' Hello "World ',' @ ') =' @ Hello" World @ '; ANSIQUOTEDSTR (' HE LLO "world ','") = '"hello" "world" reference function sysutils.ansistrscan example edit2.text: = ANSIQUOTEDSTR (edit1.text,' "); ━━━━━━━━━━━ ━━━━━━━━ 首 首 首 f f f f;; quote: char): String; $ [sysutils.pas feature Returns the expression of character quote as quotation marks in the form of illegal SRC /// otherwise becomes empty reference function SysUtils.AnsiStrScan example Begin AnsiExtractQuotedStr procedure TForm1.Button1Click (Sender: TObject); var P: PChar; begin P: = PChar (Edit1.Text); Edit2.Text: = AnsiExtractQuotedStr (P, '"'); Edit3.text: = p; end; /// End AnsiextractquotedSTR ━━━━━━━━━ 首 首━━━━━━ 首 首 首 首 首 首━━ 首 首 首 首 首 首 首; (const s: string; aquote: char): String; $ [sysutils.pas feature return Character AQUOTE is an original form of a quotation indicating that the expression is illegal, returns to the s reference function sysutils.ansiextRactQuotedSTR example edit2.text: = ansidequotedstr (edit1.text, '"); ━━━━━━━━━━━━━ ━━━━━━━━━ header function AdjustLineBreaks (const S: string; Style: TTextLineBreakStyle = {$ IFDEF LINUX} tlbsLF {$ ENDIF} {$ IFDEF MSWINDOWS} tlbsCRLF {$ ENDIF}): string; $ [SysUtils. PAS feature returns to the CR / LF sequence to adjust the gauge string Description AdjustLineBreaks ('1' # 13'2 '# 13) =' 1 '# 13 # 10'2' # 13 # 10; AdjustLineBreaks '1' # 10'2 '# 10) =' 1 '# 13 # 10'2' # 13 # 10 Reference Function Sysutils.StrNextchar Example When the minimum width is insufficient, use 0 to fill the reference function sysutils.fmtstr example edit2.text: = INTTOHEX (Spinedit1.Value, Spinedit2.Value); ━━━━━━━━━━━━━━━━━━━━━━ ━ The first Function StrtOINT (Const S: String): Integer; $ [SYSUTILS.PAS feature Return String S Convert to Integer Description String Non Integer Expression will cause anomalous reference process1.value: = start (Edit1) .Text); ━━━━━━━━━━━━━━━━━━━ 首 首 首 f f━━━: 首 首 首 首 f:: Integer; $ [sysutils.pas feature return string S-converted into an integer description string non-integer expression When returns a default value Default reference procedure system.val example spinedit1.value: = startdef (edit1.text, 0); ━━━━━━━━━━━━━━ ━━━━━━ The first function trystrtOint (const s: integer): boolean; $ [sysutils.pas feature Returning String S) Returns False when the string is not integrated Value 0 is output as the reference example System.Val procedure /// Begin TryStrToInt procedure TForm1.Button1Click (Sender: TObject); var I: Integer; begin CheckBox1.Checked: = TryStrToInt (Edit1.Text, I); SpinEdit1.Val UE: = i; end; /// endsSTRTOINT ━━━━━━━━ 首 首 首 首━━━━━━ 首 首 首 首━━━━:: 首 首 首━::::: int64; $ [sysutils.pas Function Returns String S Converts to Sixty-Four Integers Description Strings Non-Sixty-four-bit integers, will cause an exception reference procedure system.val example spinedit1.value: = strt64 (edit1.text); ━━━━━━ ━━━━━━ 首 首━━━━━━ 首 首 首 首━ 首 首 首 首 首 首 (const); const default: int64): int64; $ [sysutils.pas function return string S converted to sixty-four-bit integer description String Non 64-bit integer expression When returning to default value Default reference process1.value: = start64def (edit1.text, 0); ━━━━━━━━━━━━━━━━━ ━━━━━ The first Function trysTRTOINT64 (Const S: String; Out value: int64): boolean; $ [SYSUTILS.PAS feature Returns Strings S converted to sixty-four-bit integers value to successfully describe the string Non 64-bit integers to return false and value will output to 0 reference procedure system.val example // Begin TrystrtOint64 Procedure tform1.button1click (sender: Tobject); var i: int64; begin checkbox1.checked: = trystrthannel64 (edit1.text, i); spinedit1.value: = i; end; /// end trystrt64 ━━━━━━━ ━━━━━━ 首 首 首━━━━ 首 首 首 首 首 首 首 (const S: String): Boolean; $ [sysutils.pas feature Returns String S Convert to logic values Description Character non-logical expression will cause exceptions Reference function sysutils.trystrtobool example checkbox1.checked: = stratobool (edit1.text); ━━━━━━━━━ 首 首━━━━━━━━━━ 首 首━━━━━━━━━ 首 首 首 首 f━━ ((((((((((( : Boolean; $ [sysutils.pas feature Returning String S Convert to logic value Description Character Non-logical expression When returning to default value default reference function sysutils.trystrtobool example checkbox1.checked: = stropoldef (Edit1.Text, false) ; ━━━━━━━━━━━ 首 首━━━━━ 首 首 首 首 f f; (all value: boolean): Boolean; $ [sysutils.pas.pas Function Return String S Convert to Logic Value Successful Successful Description [Note] 0 is true; not 'true' and 'false'; Delphi6 BUG Corply refer to Function Sysutils.ansisametext; var sysutils.trueboolstrs; var sysutils examples .FalseBoolStrs /// Begin TryStrToBool procedure TForm1.Button1Click (Sender: TObject); var B: Boolean; begin SetLength (TrueBoolStrs, 2); SetLength (FalseBoolStrs, 2); TrueBoolStrs [0]: = 'True'; FalseBoolStrs [ 0]: = 'false'; TrueBoolSTRS [1]: = 'yes'; falseBoolSTRS [1]: = 'NO'; checkbox1.checked: = trysTRTOBOOL (Edit1.Text, b); checkbox2.checked: = b; END ; /// End TryStrToBool additional /// Begin TryStrToBool function TryStrToBool (const S: string; out Value: Boolean): Boolean; function CompareWith (const aArray: array of string): Boolean; var I: Integer; begin Result: = False For i: = low (aaarray) to high (aaRray) DO if Ansisametext (s, AARRAY [I]) THEN BEGIN Result: = true; break; end; end; var lresult: extended; begin result: = trysTRTOFLOAT (S , LResult); if Result then Value: = LResult <> 0 else begin Result: = True; // amendments are VerifyBoolStrArray; if CompareWith (TrueBoolStrs) then Value: = True else if CompareWith (FalseBoolStrs) then Value: = False else Result : = False; end; end; /// end trystrtobool ━━━━━━━━ 首 首 首━━━━━━━━ 首 首 首━━━t━━ ((((首tttt (B: Boolean; Usebook): String ; $ [Sysutils.pas feature return logic value B converted to string Description BoolTostr (false, false) = '0'; booltos Tr (false, true) = '- 1' refer to var sysutils.trueBoolstrs; var sysutils.falseBoolSTRS example Edit1.text: = booltostr (checkbox1.checked, checkbox2.checked); ━━━━━━━━━━━━━ ━━━━━━━ 首 首 Function LoadStr (Ident: Integer): String; $ [SYSUTILS.PAS feature Returns String Resource Reference Function Sysutils.FindStringResource Edit2.text: = loadingStr (strtointdef (edit1.text, 0)); ━━━━━━━━━ 首 首 首━━━━━━━━━ 首 首━━━━━━━━━ 首 首 f━━;; Const Args: array Of const; [sysutils.PAS feature Return Formatted string Resource Description String Resource is the internal resources of the program reference function sysutils.fmtstr; function sysutils.findstringResource example ━━━━━━━━━━━━━━━━ 首 首 首 首 首 f 首 首: 首;; $ [SYSUTILS.PAS feature returns the length of the pointer string Description When the pointer string When Str is NIL, it will trigger an abnormality reference Example // Begin Strecopy Procedure TFORM1.BUTTON1CLICK (Sender: Tobject); Var vbuffer: array [0..255] of char; begin strecopy (strecopy (vbuffer, pchar (edit1.text)), Pchar (Edit2.Text) Edit3.Text: = vbuffer; end; /// end streecopy ━━━━━━━━━ 首 首━━━━━━━ 首 首 首 f━━━━━━ 首;; Const Source: pchar; Maxlen: cardinal): PCHAR; $ [SYSUTILS.PAS feature returns to copy the pointer string Source Specify length Maxlen to Pointer string DEST Description DEST Description Dest should have assigned enough space to trigger an abnormal reference End; /// end strplcopy ━━━━━━━━ 首 首 首━━━━━━━ 首 首 首 首 首;;;;;;;; const source: pchar): pchar; $ [sysutils.pas function Returns the connection pointer string Dest and pointer string Source Description Strcopy (Strend (DEST), SOURCE Reference Function Sysuntils.Strcopy Example // Begin Strcat Procedure TFORM1.BUTTON1CLICK (Sender: Tobject); var vbuffer: array [0 .. 255] of char; begin strpcopy; strcat (vbuffer, pchar (edit2.text)); edit3.text: = vbuffer; end; /// end strcat ━━━━━━━━━ ━━━━━━━━━━ 首 The headlight strlcat (DEST: PCHAR; Const Source: pchar; maxlen: cardinal): PCHAR; $ [sysutils.pas feature return connection pointer string DEST and pointer string SOURCE description [Note] Maxlen specifies the maximum length of the connection not the length of the pointer string Source Reference ━━━━━━━━━━━━━━━━━━━━ 首 首 首 首 f 首 f 首 首 f f f; Maxlen: Cardinal: Integer; $ [SYSUTILS.PAS feature Returns Two pointers String specification length Description When S1> S2 returns value> 0; when S1 ━━━━━━━━━━━ 首━━━━━━━━ 首 首 f 首 f::: (Str: Pchar): Pchar; $ [SYSUTILS.PAS feature Return Point string STR lowercase Description non-uppercase characters do not process Reference ━━━━━━━━━━ 首 首━━━━━━━ 首 首 首 首 f f::: Cardinal; $ [sysutils.pas feature returns the buffer size instructions allocated by the function stralloc An exception situation returns an unpredictable result reference function system.sizeof example spinedit1.Value: = strbufsize (stralloc (spinedit2.value)); ━━━━━━━━━━━━━━━━━━━━━ The first Function strnew (const str: pchar): PCHAR; $ [sysutils.pas feature Returns a new pointer string indicates that if the Str is NIL, return nil reference function sysutils.strlen; function systemils.strmove; function sysutils.stralloC example /// begin strnew, strdispose procedure tform1.button1click (sender: TOBJECT); VAR P: PCHAR; Begin P: = strnew (pchar (edit1.text)); showMessage (P); strdispose (p); end; // / End strnew, strdispose ━━━━━━━━━ 首 首━━━━━━━ 首 首 首━━━━━;; $ [sysutils.pas feature release pointer string STR memory resource note The STR is NIL without any processing; and releases space size information reference function system.dec; function system.sizeof; function system.freemem example 0000c '// hex Format Format (' x =% 1: D% 0: D ', [12, 13]); //' x = 1312 '// Using Index Format (' x =% P ', [NIL]); // 'x = 00000000' // Pointer format ('x =% 1.1e', [12.0]); // '=1.2e 001' // Scientific counting method Format ('x = %% ', []); //' x =% '// Get "%" s: = format ('% s% d ', [s, i]); // s: = s strtoint ( I); // Connecting string reference processuer sysutils.fmtstr example edit1.text: = format (edit2.text, [strMLoATDEF (edit.3.text, 0)]); ━━━━━━━━━━━━━ ━━━━━━━━ 首 The first procedure fmtstr (var result: string; const format: string; const arggs: array of const); $ [sysutils.pas feature is formatted in the form of a character form in the specified manifold. Description ━━━━━━━━━━━━━━━━━━━━ 首 首 首 首 f 首;; ;━ 首 首 首 f w;; Const Args: Array Of Const: WideString; $ [SYSUTILS.PAS feature Return Press Mode Format a multi-character form of a array constant Description Decimal Digits specified width of the reference function SysUtils.FloatToText example /// Begin FloatToStrF procedure TForm1.Button1Click (Sender: TObject); begin Memo1.Lines.Values [ 'ffGeneral']: = FloatToStrF (StrToFloatDef (Edit1.Text, 0), ffGeneral , Spinedit1.Value, Spinedit2.Value; Memo1.Lines.Values ['ffexponent']: = floattostrf (strtOFLoATDEF (Edit1.Text, 0), ffexponent, spinedit1.value, spinedit2.value; memo1.line.values [Memo1.Lines.Values 'ffFixed']: = FloatToStrF (StrToFloatDef (Edit1.Text, 0), ffFixed, SpinEdit1.Value, SpinEdit2.Value); Memo1.Lines.Values [ 'ffNumber']: = FloatToStrF (StrToFloatDef (Edit1.Text, 0) , FFNUMBER, SPINEDIT1.VALUE, SPINEDIT2.VALUE; MEMO1.LINES.VALUES ['FFCURRENCY']: = FLOATTOSTRF (StrtOFLOATDEF (Edit1.Text, 0), Ffcurrency, Spinedit1.Value, Spinedit2.Value; end; // / End floattostrf ━━━━━━━━━ 首 首 首━━━━━━━ 首 首 f━━━━━━ 首 首 首 (value: currency; format: tfloatformat; Digits: integer): String; $ [sSUTILS .pas function returns the type of currency converted into a string in the specified format described Digits specified fractional width of the reference function SysUtils.FloatToText example /// Begin CurrToStrF procedure TForm1.Button1Click (Sender: TObject); begin Memo1.Lines.Values [ 'ffGeneral'] : = CurrToStrF (StrToCurrDef (Edit1.Text, 0), ffGeneral, SpinEdit1.Value); Memo1.Lines.Values [ 'ffExponent']: = CurrToStrF (StrToCurrDef (Edit1.Text, 0), ffExponent, SpinEdit1.Value); Memo1.Lines.Values [ 'ffFixed']: = CurrToStrF (StrToCurrDef (Edit1.Text, 0), ffFixed, SpinEdit1.Value); Memo1.Lines.Values [ 'ffNumber']: = CurrToStrF (StrToCurrDef (Edit1.Text, 0), FFNUMBER, SPINEDIT1.VALUE); Memo1.Lines.values ['FFCurrency']: = CURRTOSTRF (Strtocurrdef (Edit1.Text, 0), FFCurrency, Spinedit1.Value); end; /// end currtostrf ━━━━━━━━━━━━━━━━━━━━ ━━━━━━━ 首 The headlight floattotext (bufferg: pchar; const value; value; tfloatformat; precision, digits: integer): Integer; $ [sysutils.pas function returns floating point number to specify format Memory size of the pointer string Description precision specifies accuracy; DIGITS specifies the decimal width reference $ [SYSUTILS.PAS feature Returns the floating point number to specify the format string Format Convert Memory Size Memory Size Description VALUETYPE Specifies the Type of Nothing Parameter Value Reference , E); end; /// end trystrtofloat ━━━━━━━━ 首 首 首 首━ 首 首 (首 首 首 首 ((const s: string): currency; $ [sysutils.pas function Returns String S Convert to Currency Number Description String Non-currency Noncural Expression will cause an exception reference function sysutils.textTOFLOAT example var C: currency; begin c: = straopcurr (edit1.text); end; ━━━━━━━ ━━━━━ 首 首 首━━━━ 首 The first Function Strtocurrdef (const default: currency): currency; $ [sysutils.pas feature return string S converted to currency Number Description String Non-currency Number expression returns a default value default reference function sysutils.textTOFLOAT example var C: currency; recomcar c: = strangurrdef (edit1.text, 0); End; ━━━━━━━━━━━━━━━ ━━━━ 首 The first Function trysTRTOCURR (Const S: string; out value: currency): boolean; $ [sysutils.pas feature Returning String S) VALUE Successfully Describes String Non-currency Number Expression Returns false and value output /// Begin TryStrToCurr procedure TForm1.Button1Click reference value function SysUtils.TextToFloat example indeterminate (Sender: TObject); var C: Currency; begin CheckBox1.Checked: = TryStrToCurr (Edit1.Text, C); Edit2.text: = formatcurr ('', c); end; /// end trystrtocurr ━━━━━━━━ 首 首━━━━━━━━━ 首 首━━━━━━━━━ (首 首━:::;; var; var VALUE; VALUETYPE: TFLOATVALUE): Boolean; $ [sysutils.pas feature returns to convert the pointer string buffer into a non-type variable VALUE Description ValueType Specifies the type of non-type parameter VALUE Type reference $ [SYSUTILS.PAS function return date DateTime Convert to string Description conversion format constructed by system variable shortdateformat control reference function sysutils.datetimetostring; var sysutils.shortdateformat EDIT1.TEXT: = DATETOSTR (date); ━━━━━━━━━━ ━━━━━━━━━━━ 首 The first Function Timetostr (const datetime: tdatetime): String; $ [sysutils.pas feature return time DateTime Convert to string Description Translation format The system variable LongTimeFormat control reference function sysutils. DateTimetString; var sysutils.longtimeformat eDit1.text: = Timetostr (date); ━━━━━━━━ 首 首 首━━━━━━━━ 首 首━━━━━━━━━ 首) )━━)))): String Download Adobe Reader DateTime: TDATETIN $ [SYSUTILS.PAS feature return date Time DateTime Convert to string Description Conversion Format The system variable ShortdateFormat and LongTimeFormat Control reference function sysutils.datetimetostring example edit1.text: = DateTimetostr (now); ━━━━━━━━━━━━ ━━━━━━━━━ 首 The first Function Strtodate (const s: string): TDATETIME; $ [systemils.pas feature return string S Convert to date Description Character Non-date Expression will cause an exception reference function sysutils.tryStodate Example DateTimePicker1.Date: = stradate (edit1.text); ━━━━━━━━━━━━━━━━━━━ ━━━ The first Function Strtodatedef (const default: tdatetime): tdatetime; $ [systemils.pas feature Return String S Convert to date Description Character Non-date Expression When you return to the default value Default reference Function Sysutils.TryStodate example DateTimePicker1.Date: = stradateDef (edit1.text, date); ━━━━━━━━ 首 首 首━━━━━━━━ 首 首 f━━━━━━━ 首 首 首 f:;: TDATETIME: Boolean; $ [sysutils.pas function Returns Strings S Convert to Date Value Successfully Description Character Non-Date Expression Returns False and Value will output End; /// end trystodate ━━━━━━━━━━━━━━━ 首 首 首 首 首 首 首:::: TDATETIME; $ [SYSUTILS.PAS feature Returns Strings S Converting Time Description Character Non-Time Expression will cause an exception reference function sysutils.tryStotime example DateTimePicker1.Time: = startIME (edit1.text); ━━━━━━━━━━━━━━━━━━━━ ━ header function StrToTimeDef (const S: string; const default: TDateTime): TDateTime; $ [SysUtils.pas function returns a string S is converted to the default value default time reference function SysUtils.TryStrToTime example DateTimePicker1 is returned if the character is not time expression. Time: = strtotimedef (edit1.text, time); ━━━━━━━━━ 首 首━━━━━━━━ 首 首 f━━━━━ ((const S: string; out value: tdatetime): boolean; $ [SYSUTILS.PAS feature Returns String S Convert to Time Value Successfully Successfully Describes Character Non-Time Expression Returns False and Value will output $ [SYSUTILS.PAS function Returns String S Convert to Date Time Value Successfully Describes the character Non-date time Returns false and value will output to 0 reference ORD (byType (Edit1.Text, Spinedit2.Value)); ━━━━━━━━ 首 首 首━━━━━━━━ 首 首 首━━━━━ ((str: pchar; index: cardinal): TMBCSBYTYPE $ [SYSUTILS.PAS feature Returns the character string STR position index in the MBCS Type Description Index From 0 Reference Var Systemils.syslocale Example Spinedit1.Value: = ORD (StrByType (pchar (pchar (edit1.text), Spinedit2.Value ))); ━━━━━━━━━━━ 首━━━━━━━ 首 首 首 首 f f (((const S: String; Maxlen: Integer): Integer; $ [sysutils.pas feature Return string S How many multi-byte characters in Maxlen specify the number of references for the number of processing characters. Function SYSUTILS.BYTETOCHARINDEX example spinedit1.Value: = bytetocharlen (edit1.text, spinedit2.value); ━━━━ )━━━━━━━━━━━ ━━━━━━ 首 The first Function Chartobytelen (Const S: String; Maxlen: Integer): Integer; $ [SYSUTILS.PAS function Return String S How many characters in the string s Description Maxlen Specifies a number of reference to the multi-byte character Var sysutils.syslocale example spinedit1.value: = chartobytelen (edit1.text, spinedit2.value); ━━━━━━ )━━ 首 首━━━━━━━━━ 首 首 首━━━━━━━ (((Const S: String ; Index: integer: integer; $ [SYSUTILS.PAS feature Returns the multi-byte character position of the character position Description ByTetocharindex ('Hello', 2) = 1; bytetocharindex ('Hello', 3) = 2 Reference function sysutils.nextcharindex example spinedit1.Value: = ByTetocharindex (Edit1.Text, Spinedit2.Value); ━━━━━━━━━ 首 首 首━━━━━━━━ 首 首 首━━━━tt ((Const S: String; Index: Integer; $ [Sysutils.PAS feature Returns the character starting position of the multi-byte character position Description CHARTOBYTEINDEX ('Hello', 1) = 1; ChartobyteIndex ('Hello', 2) = 3 Reference Function System.length Example Spinedit1.Value : = CHARTOBYTEINDEX (Edit1.Text, Spinedit2.Value); ━━━━━━━━━ 首 首━━━━━━━━━ 首 f━━━: (((Const str: Pchar): Integer; $ [SYSUTILS.PAS feature Returns the first character's width Description Parameters Return 0 Reference function Windows.CharNext Example Spinedit1.Value: = STRCHARLENGTH (PCHAR (EDIT1.TEXT)); ━━━━━━━━━━ ━━━━━━━━━ 首 ━ 首 首 f f:: pchar; $ [sysutils.pas feature Return Character pointer STR's next character pointer Description strnextchar ('1234') = '234' Reference function windows.charnext example edit2.text: = strnextchar (pchar (edit1.text)); ━━━━━━━━━━ 首 首━━━━━━━━ 首 首 f━━━━ (((((Const S: String; index: integer: Integer; $ [sysutils.pas function Returns the character width of the specified location in the string Description Charlength ('English Han, 1) = 1; Charlength (' English Han, 8) = 2 Reference FUNCTION SYSTEM.ASSERT; FUNCTION SYSUTILS.STRCHARLENGTH example spinedit1.value: = charlength (edit1.text, spinedit2.valu); ━━━━━━━━ 首 首━━━━━━━━━━ 首 首 f━━━━ ((( Const S: String; Index: Integer: Integer; $ [Sysutils.PAS function Back to the next character location Description Charlength ('Hello', 1) = 3; Charlength ('Hello', 3) = 5 Reference FUNCTION System.assert; function sysutils.strcharlength Example spinedit1.value: = nextcharindex (Edit1.Text, Spinedit2.Value); ━━━━━━━━━ 首 首━━━━━━━━━ 首 首 f━━━━━━ (((Const S: String; Index: Integer : Boolean; $ [systemils.pas function Returns whether it is a path separator on the specified position index in the string S. ISPATHDELIMITER ('c: / windows', 3) = true reference const system; Checkbox1.checked: = ISPATHDELIMITER (Edit1.Text, Spinedit1.Value); ━━━━━━━━━ 首 首━━━━━━━ (首 首━━━━━ ((Const Delimiters, S: String; Index: Integer: Boolean; $ [systemils.pas function Returns in the specified position index is a separator Delimiters description Isdelimiter ('@', 'WJHU111 @ 21cn.com ', 8) = True Reference Function Sysutils.byType Example CheckBox1.checked: = Isdelimiter (Edit1.Text, Edit2.Text, Spinedit1.Value); ━━━━━━━━━━━━━━━━ ━━━━━ ━ 首 首c (const s: string): string; $ [sysutils.pas feature returns to include the last path separator Description The last character is the path separator is constant; otherwise, add a path separator to return reference function SysUtils.IsPathDelimiter; function System.Length example Edit1.Text: = IncludeTrailingPathDelimiter (Edit2.Text); ━━━━━━━━━━━━━━━━━━━━━ header function IncludeTrailingBackslash (const S : string): string; platform; $ [SysUtils.pas function returns information including the last slash Description Result: = IncludeTrailingPathDelimiter (S); an example of the reference function SysUtils.IncludeTrailingPathDelimiter Edit1.Text: = IncludeTrailingBackslash (Edit2.Text); ━━━━ ━━━━━━━ 首 首━━━━━━ 首 首 f━━━━ 首 首 (const S: string): string; $ [systemils.pas feature return exclude Last path separator Description Last character is not a path separator Constant; otherwise subtract the last path separator returns reference function syspathDelimiter; function system.l ENGTH; FUNCTION System.Setlength EDIT1.TEXT: = ExcludtrailingPathDelimiter (edit2.text); ━━━━━━━━ 首 首━━━━━━━━━ 首 首 首━━━━━━━━━ (const s: string): string; platform; $ [SysUtils.pas negative function returns the last slash Description Result: = ExcludeTrailingPathDelimiter (S) reference example function SysUtils.ExcludeTrailingPathDelimiter Edit1.Text: = ExcludeTrailingBackslash (Edit2.Text); ━━━━━━━━━ ━━━━━━━━━ 首 首 The first Function LastDelimiter (Const Delimiters, S: String): Integer; $ [sysutils.PAS function Returns the location of the last separator Description LastDelimiter ('.', 'Kingron.Myetang .com ') = 16 Reference function sysutils.strscan; Function sysutils.bytepepe example spinedit1.value: = lastdelimiter (edit1.text, edit2.text); ━━━━━━━━━ 首 首━━━━━━━━━━ 首 首━━━━━━━━━ (Const S1, S2 : integer; $ [sysutils.pas function Returns two file name description When S1> S2 return value> 0; when S1 ━━━━━━━━━━━━━━━━━━━ 首 首 首 首 首 f f 首 首 首 f f; pchar; $ [sysutils.pas feature returns in pointer string STR search characters The last address of the CHR appears to support multi-byte character systems; Ansistrrscan ('Kingron.Myetang.com', ') =' .com 'refer to function sysutils.ansistrscan example edit2.text: = ANSISTRSTRSTRSTRSTRSCAN (Pchar (pchar (edit1). TEXT), '.'); ━━━━━━━━━ 首 首━━━━━━━━ 首 首 f━━━━ ((str: pchar; chr: char): PCHAR; $ [SYSUTILS.PAS function Returns the address of the first appearance of the pointer string STR search character chR The first appearance is supported by the multi-byte character system; ANSISTRSCAN ('kingron.myetang.com', '.') = '.Myetang.com' Reference function sysutils.strscan example Edit2.text: = ANSISTRSCAN (Pchar (edit1.text), '.'); ━━━━━━━━━ 首 首 首━━━━━━━━ 首 首 f━━━━ (((首 首 首 f━━━ (((((((((((((( : string; Flags: TReplaceFlags): string; the string $ [SysUtils.pas replaced Description returns the entire contents of the replacement rfReplaceAll; rfIgnoreCase ignore the case of the reference function SysUtils.AnsiUpperCase; function SysUtils.AnsiPos; function System.Copy examples // Begin StringReplace Procedure TFORM1.BUTTON1CLICK (Sender: TOBJEC T); begin memo1.lines.values ['[]']: = StringReplace (edit1.text, edit2.text, edit3.text, []); memo1.line.values ['[RFREPLACEALL]']: = StringReplace (Edit1.text, edit3.text, [rfreplace); memo1.lines.values ['[RFIGNORECASE]']: = StringReplace (edit1.text, edit2.text, edit3.text, [rfignoreCase]) Memo1.Lines.Values ['[RFREPLACEALL, RFIGNORECASE]']: = StringReplace (edit1.text, edit2.text, edit3.text, [rfreplaceAll, Rfignore]); end; /// end stringReplace ━━━━━━━ ━━━━━ ━━━━━━━ 首━━━━━━ 首 首 f━━━: (const s: string): tguid; $ [SYSUTILS.PAS feature Returns String S Convert to global identifier Description If the string illegally triggered the exception reference fuction windows.succeeded example edit2.text: = guidtostring (edit1.text)); ━━━━━━━━ ━━━━━ 首━━━━━━ 首 The first Function GuidTostring (Const Guid: Tguid): String; $ [SYSUTILS.PAS feature Return Global Identifier Guid Convert into string Description ABORT function causes abandonment Accident ABS Function Absolute Function ADDEXITPROC Function Adding a Procedure to the End Process Table of the Runtime Library The addr function returns the address of the specified object AdjustLineBreaks function to adjust the bit separator of the given string to CR / LF Sequence Align properties Enable controls in a part of the Alignment property control tag, a part of the alignment property control tag, allocated a given block AllowGrayed property on the stack AllowGrayed property allows a grayscale selection AnsicompareStr function comparison string (case sensitive) AnsicompareText function comparison string ( Uncounting case) ANSIWERCASE function converts characters to lowercase ANSIUPPERCASE functions Transfer characters to uppercase APPEND functions to open an existing file arctan function After the existing file arctan function The remaining function assignfile function gives the file variable assigned an external file name assigned function test function or Process variables are empty autosize properties Automatic control tag size BackgroundDi2001.jpg Property background color BeginThread function Estably established the BEVELINNER attribute control box of Memory Management Bevelouter Properties Square Frame BEVELWIDTH The outer frame width of the property control box block the block width block written one or more record to the variable writes one or more records from the variable One or more records BorderStyle property boundary Type BorderWidth property boundary width BREAK command termination for, while, repeat loop statement brush attribute Painting Caption Attribute Label Text Content ChangeFileExt Function Change the Suffix ChDIR Function Change the Current Directory Checked Property OK Check Box Check Status CHR Function Returns the Character CloseFile command to close the Color property Tag Color columns property Show column Number CompareStr function comparison strings (case sensitive) Concat Function Merge Strings Continue Command Continued For, While, Repeat's next loop COPY function Returns a string of a string CoS function Cosmuncing function CTL3D attribute whether there is a 3D effect Cursor property mouse pointer to the shape Date function Returns the current date DateTimetOfileDate function Convert Delphi's date format DateTimetostr function to the date time format to string DateTimetostring function Transfer the date time format to a string DateTostr function to convert the date format to a string DAYOFWEEK function Return to the Week Numeric DEC Function The decoding variable value decodedate function decomposes the date format Decodeime function to decompose the time format to time, minute, second, millisecond Delete function from the string delete substring deletefile command Delete file DiskFree function Returns the size of the remaining disk space Disksize function Returns the Space DisposeStr function of the specified disk to release the space DisposeStr function of the dynamic variable to release the memory space in the stack DITHERBACKGROUNDDI2001.JPG? Make the color of the background color or decrease 50% Dragcursor property When the mouse Press the shape of the mouse Press Time Scalar DragMode Properties Press the action of the DROPDOWNCOUNT property allowed to display the number of display data items EDITMASK Property Edit Mode Enabled Attributes Does the Label Rendering Open State Encodedate Function The day and months are combined into the date format Encodetime function, minute, second, millisecond synthesis time format EndMargin attribute end Edmar EOF Function Checks if there is a type or non-type file test Whether to go to the file tail EOLN function Return to the line end of the text file ERASE command Delete ExceptAddr function Returns the current unexpected address Exclude function From the collection Some elements ExceptObject functions Returns the current unexpected index EXIT command to exit the EXP function index function from the current statement block returns a string extendedSelect property that contains absolute paths extendedSelect attributes to allow the selection mode, True, multiselect makes sense extractfiledir function returns the drive and path extractfileext function returns the suffix extractfilename function file returns the file name extractfilepath function returns the specified file path fileage function returns the time fileclose command files that already exist closed the file specified filecreate command to establish with the specified file name The new file fileDateTodateTime function converts DOS's date format for Delphi Date format FileExists function Check if there is a FileGataTr function returned to the file's DOS date DOS date Time Tag FileOpen command Open the specified file filepos function with the specified access mode Returns the file of the file that the fileRead command reads the filesearch command from the specified file FileSearch command to search the specified file Fileseek function change file pointer FileSetattr function setting file attribute FileSetDate function setting file DOS date Time Mark FileSize function Returns the size of the current file FileWrite Functions Do Write the FillChar function for the specified file FillChar function Filled the number of FindClose commands for the continuous byte with the specified value, the FindFirst / FINDNEXT sequence findfirst command returns the specified file name and the property search directory findnext command to match the file name and attribute matching One entry floattodecimal function converts floating point numbers to decimal number FLOATTOSTRF functions convert floating-point numbers to string floattostr functions to convert floating-point numbers to string floattotext functions to convert a given floating point number into a decimal number of floattotextFMT functions to convert a given floating point number For the decimal number Flush function, the content refresh the contents of the buffer to the output text file is loaded into a string FMTSTR function formatted a series of parameters from the resource string table of the program, and the result is returned to the font property to set the font format by the parameter result. Function formatting a series of parameters and returns the Pascal string formatbuf function formatted a series of parameters formatDateTime functions formatted with the specified format Formatfloa T function Specifies the decimal part of the FRAC function returns the parameter of the freeMem function to release the space GetDir accounted for a given size to the current directory getHeapStatus returns the current state of the specified drive. The current state GetMem creates a designated size dynamic variable, And point the pointer to the entry point Glyph function button of the memory manager, the GetMemoryManager, the execution of the image HALT stop program on the Memory Manager and returns the upper limit value of the HIGH returned to the operating system Hi return parameter hiGH return parameter hint property prompt information INT Returning the integer part of the parameter INCLUDE Add Element to the Collection Insert In the String String INTTOHEX converts the integer to the hexadecimal number INTOSTR to convert the whole number into a string iResult Returns the latest I / O operation completion status IsValidident test string is a valid identifier Items attribute default display Node Kind property placed style LARGECHANGE attribute Maximum change Value Layout Property Image Layout Length Function Returns Dynamic Length Lines Attribute Default Display Content LN Function Natural Logo Function LO Function Returns the LOADSTR function of the parameter LOADSTR function from the application's executable LowerCase function to change the given string to lowercase LOW function Return parameters Limited value max attribute max MAXLENGTH attribute maximum length min The attribute minimum mkdir command creates a subdirectory MOVE function from the source to the target copy byte multislect property Allows the same number of data item Name property controls, the name of the NAME attribute control, establishes a new dynamic variable and set a pointer variable to his newstr function in the stack Upset the new string NOW function Returns the current date and time ODD test parameter to move to an odd onactivate event focus to the form on the form to trigger an onclick event Click Form Blank Area to trigger the OndblClick event Double-click the window blank area to trigger an onclosequery event. Try to close the form to trigger the onClose event Form to trigger the oncreate event form to trigger an ONDEACTIVATE event user to switch to another application to trigger the onDragDrop event mouse to trigger the onDragover event. There are other controls from him. The above moves the ONMOUSEUP event when the mouseup event is turned on, trigger the onMouseMove event when it is triggered when the ONMOUSEMOVE event is sent to the mouse button, and trigger the onkeydown event to press the keyboard to press the keyboard for a key. ESS event Press the single character button on the keyboard to trigger the onkeyup event to release a key on the onpaint event form. There is a new part to expose the onResize event to re-adjust the form size to trigger the onshow event before the form is actually displayed. Trigger ORD Return Sequence Class OutlineStyle Property Type OutofMemoryError Cause OutofMemory Accident PageIndex Property Page Index Pages Property Page Paramcount Function Returns Parameters Parameters Parameters Parameters Paramstr Functions Returns the Spectrounce Pen Version PEN Properties Paint Brush Settings PI Function Return Wen We Rate Pi Picture Property Display Image PictureClosed Property Settings Closed Bitmap PictureLeaf Property Settings LEAF Bitmap Pictureminus Property Settings MINUS Bitmap PictureOpen Property Settings Open Bitmap PicturePlus Property Settings Plus Bitmap POS Functions In Search Subtr Strings PRED Function Returns Previous The parameter random function returns a random function Randomize function to initialize the built-in random number generator read function to format files, read one file component to the variable; for text files, read one or more values to one or The readln function in multiple variables performs the READ process. Then jump to the file next to a row readonly property Read-only property ReallocMem function Assign a dynamic variable RENAME Function Rename External file RenameFile function Open the file Rename RET function Open the existing file REWRITE function to establish and open a new file RMDIR function Delete empty The subdirectory Round function puts the real value RUNERROR function stop program execution ScrollBars property scroll bar status seek function Moves the current pointer of the file to the specified component The SEEKEOF function returns the file end status Seekeoln function returns the file Row End State SelectedColor Property Selected Color SetMemoryManager Function Settings Memory Manager Entry Point SetTextBuf Functions Specifying the Shape SHOWEXCEPTION Function Displayed by I / O Buffer Shape Property Display Unexpected Message and Address SIN Function Strove Function Return Parameters Bytes SMALLCHANGE Property Minimum change value Sorted attributes Allow Sort SQR Function Square SQRT Function Square Root Function STARTMARGIN Attributes Start Edge State Properties Control Current Status Str Function To String String String String String String String String String String Maximum Length -1 The buffer strbufsize function returns the maximum number of characters of the character buffer allocated by the Stralloc to attach a string to another string and returns the combined string strCOMP function compares the two string StrCopy functions A string is copied to another string StrDispose function Release the string STRECOPY function on the stack to copy a string to another string and return the pointer string of the result string STREND function returns the pointer to the tail of the string Stretch property Automatic Adaptation Control Size Strfmt Formatting A Series of Parameters StriComp Functions Compare Two Strings (Inconstriction) StringTowideChar Functions Convert the ANSI string to the Unicode string strlcat function to attach characters in a string to another The string and returning the merged string strlcomp function compares the two string strlcopy functions to copy characters in a string to another. Strlen function returns a series of parameters formatted in the string in the string, and the result contains a pointer string that points to the target buffer to compare two strings (in case case) strlower in maximum length. The function converts characters in the string to lowercase Strmove functions to copy characters in a string to another string Strnew function allocated a string strPas function on the stack to convert a string of strings to the PASCAL class. Character String strpcopy functions Copy the string of the Pascal class to the string StrPlcopy function ended with NULL Copy the maximum length string of the Pascal class to the string StrPos function ended with NULL Returns a string in another string first appearance pointer STRSCAN function Returns the pointer of the last character in the string StRTSCAN function returns a first character in the string Strtodate function to convert a string into a date format The StrtateTime function converts the string to the date / time formatting StrtOFLOAT function will give a given string Converting the floating point STRTOINT function to convert a string into an integer strt DEF function to convert a string into an integer or default value. The STRTOTIME function converts the string to the time format Strupper function to convert the characters in the string to the uppercase style attribute type Select Suce Function Returns the SUP function swap function exchange parameters High low address bit Tabs Properties Tag each item TabINDEX Property tag index text TEXTTOFLOAT function Take a string (end of NULL)