   C++,  C++Builder, API Windows________________819

	 / 
StrToIntDef	int StrToIntDef (const System::AnsiString S, int Default)  ,     Default  
TextToFloat	bool TextToFloat(char * Buffer, void *Value, TFloatValue ValueType) Buffer   Value  ValueType (. TFloatValue   14.4.4)



      ,  
 SysUtils.hpp,       ValueType,
    fvExtended     
 Extended,   fvCurrency    Currency.  
     TFloatFormat,  
  14.4.4,    FormatFloat,    14.4.5,
   , Format,    14.4.3.

        -
  Args  Args_Size -1.   Args_Size    -
   Args  TVarRec.     -
 ,    14.4.3.   
      Format:

AnsiString s;

TVarRec Args[3] = (11, -l.le+08, 0.00011};

s = Format("%d %g %f %0:10d %10g %10.5f", Args, 2);

     s,     -
 ,   Args,     -
.    ,     3,    Format -
     2    ,  1 -
 .        , , , 
   ,         1.

         s 
    % d, % g, % f,     (-
         -
).   %0:10d     0, 
    .   
    10,         5.

         
EXISTINGARRAY:

s = Format("%d %g %f %0:10d %10g %10.5f".EXISTINGARRAY(Args));

        ,  
     Format    OPENARRAY:

s = Format("%d %g %f %0:10d %10g %10.5f",

OPENARRAY(TVarRec,( 11, -l.le+08, 0.00011)));

           -
 .   12   12.10.3.

        -
  EConvertError.      StrTo-
IntDef,            
.