818  14

	 / 
Format	System::AnsiString Format(const System::AnsiString Format, const System: :TVarRec* Args, const int ArgsSize)    Args  ArgsSize -1     Format (.  14.4.3)
FormatBuf	Cardinal FormatBuf(void *Buffer, Cardinal BufLen, const void *Format, Cardinal FmtLen, const System::TVarRec * Args, const int ArgsSize)    Args  ArgsSize -1   Buffer  BufLen   Format (.  14.4.3)  FmtLen
FormatCurr	System::AnsiString FormatCurr(const System:: AnsiString Format, System::Currency Value)  Currency       FormatFloat (.  14.4.5)
FormatFloat	System::AnsiString FormatFloat(const System:: AnsiString Format, Extended Value) Value        FormatFloat (.  14.4.5)
GetFormatSet-tings	void GetFormatSettings(void)      ,     
IntToHex	System::AnsiString IntToHex(int Value, int Digits)    Digits  
IntToStr	System::AnsiString IntToStr(int Value)  
StrFmt	char * StrFmt(char * Buffer, char * Format, const System::TVarRec * Args, const int ArgsSize)    Args  ArgsSize -1   Buffer   Format (.  14.4.3)
StrLFmt	char * StrLFmt(char * Buffer, Cardinal MaxLen, char * Format, const System::TVarRec* Args, const int ArgsSize)    Args  ArgsSize -1   Buffer  MaxLen   Format (.  14.4.3)
StrToCurr	System::Currency StrToCurr(const System::AnsiString S) S    Currency
StrToFloat	Extended StrToFloat(const System::AnsiString S) S  
StrToInt	int StrToInt(const System::AnsiString S)  