PostHeaderIcon Функции и процедуры для работы со строками и симво

1 Delphi. Функция AdjustLineBreaks ( const S: string ): string;
2 Delphi. Функция AnsiCompareStr ( const S1, S2: string ): Integer;
3 Delphi. Функция AnsiCompareText ( const S1, S2: string ): Integer;
4 Delphi. Функция AnsiExtractQuotedStr ( var S: PChar; Quote: Char ): string;
5 Delphi. Функция AnsiLowerCase ( const S: string ): string;
6 Delphi. Функция AnsiPos ( const Substr, S: string ): Integer;
7 Delphi. Функция AnsiQuotedStr ( const S: string; Quote: Char ): string;
8 Delphi. Функция AnsiSameStr ( const S1, S2: string ): Boolean;
9 Delphi. Функция AnsiSameText ( const S1, S2: string ): Boolean;
10 Delphi. Функция AnsiUpperCase ( const S: string ): string;
11 Delphi. Функция Chr ( X: Byte ): Char;
12 Delphi. Функция CompareStr ( const S1, S2: string ): Integer;
13 Delphi. Функция CompareText ( const S1, S2: string ): Integer;
14 Delphi. Функция Concat ( S1 [, S2,..., Sn]: string ): string;
15 Delphi. Функция Copy ( S; Index, Count: Integer ): string;
16 Delphi. Функция Delete ( var S: string; Index, Count: Integer );
17 Delphi. Процедура Insert ( Source: string; var S: string; Index: Integer );
18 Delphi. Функция IsAccel ( Key: Word; const S: string ): Boolean;
19 Delphi. Функция IsDelimiter ( const Delimiters, S: string; Index: Integer ): Boolean;
20 Delphi. Функция IsPathDelimiter ( const S: string; Index: Integer ): Boolean;
21 Delphi. Функция LastDelimiter ( const Delimiters, S: string ): Integer;
22 Delphi. Функция Length ( S ): Integer;
23 Delphi. Функция LoadStr ( Ident: Integer): string;
24 Delphi. Функция LowerCase ( const S: string ): string;
25 Delphi. Функция Pos ( Substr: string; S: string ): Integer;
26 Delphi. Функция QuotedStr ( const S: string ): string;
27 Delphi. Процедура SetLength ( var S; Length: Integer );
28 Delphi. Процедура SetString ( var S: string; Buffer: PChar; Length: Integer );
29 Delphi. Процедура Str ( X [: Width [: Decimals ]]; var S );
30 Delphi. Функция StringOfChar ( Ch: Char; Count: Integer ): string;
31 Delphi. Функция StringReplace ( const S, OldSubstr, NewSubstr: string; Flags: TReplaceFlags ): string;
32 Delphi. Функция Trim ( const S: string ): string;
33 Delphi. Функция TrimLeft ( const S: string ): string;
34 Delphi. Функция TrimRight ( const S: string ): string;
35 Delphi. Функция UpCase ( Ch: Char ): Char;
36 Delphi. Функция UpperCase ( const S: string ): string;
37 Delphi. Процедура Val ( S; var V; var Code: Integer );
38 Delphi. Функция WrapText ( const S, BreakStr: string; nBreakChars: TSysCharSet; MaxCol: Integer): string;
39 Delphi. Функция FmtLoadStr( Ident: Integer; const Args: array of string ): string;
40 Delphi. Процедура FmtStr( var StrResult: string; const Format: string; const Args: array of string );
41 Delphi. Функция Format( const Format: string; const Args: array of string ): string;
42 Delphi. Функция FormatBuf( var Buffer; BufLen: Cardinal; const Format; FmtLen: Cardinal; const Args: array of string ): Cardinal;
43 Delphi. Функция FormatMaskText( const EditMask: string; const Value: string ): string;
44 Delphi. Процедура GetFormatSettings;
45 Delphi. Функция StrFmt( Buffer, Format: PChar; const Args: array of string ): PChar;
46 Delphi. Функция StrLFmt( Buffer: PChar; MaxLen: Cardinal; Format: PChar; const Args: array of string ): PChar;
47 Delphi. Функция StringToWideChar( const Source: string; Dest: PWideChar; DestSize: Integer ): PWideChar;
48 Delphi. Функция WideCharLenToString( Source: PWideChar; SourceLen: Integer ): string;
49 Delphi. Функция WideCharLenToStrVar( Source: PWideChar; SourceLen: Integer; var Dest: string );
50 Delphi. Функция WideCharToString( Source: PWideChar ): string;
51 Delphi. Процедура WideCharToStrVar( Source: PWideChar; var Dest: string );
Copyright © 2007-2010 IsIProg.ru. All Rights Reserved.