828  14

 (ARight  ABottom) .      -
     TRect,  ,  BoundsRect,
ClientRect  .

,       
Memol     Panell,  ,     
10  (   ),     40  (,
   ):

Memol->BoundsRect =

Rect(10,40,Panell->ClientWidth-10,Panell->ClientHeight-10) ;

 Point     TPoint (.  
15),          -
  .

 CurrToFMTBCD  FMTBCDToCurr   -
  Currency   Bde::FMTBcd,     
BCD  .

14.10   

	 / 	
isalnum	int isalnum(int c)      	ctype.h
isalpha	int isalpha(int )    	ctype.h
isascii	int isascii(int )      ASCII	ctype.h
iscntrl	int iscntrl(int )    	ctype.h
isdigit	int isdigit(int )   	ctype.h
isgraph	int isgraph(int )     ( )	ctype.h
islower	int islower(int )       	ctype.h
isprint	int isprint(int )     ( )	ctype.h
ispunct	int ispunct(int )     ( ,   , , )	ctype.h
isspace	int isspace(int )     (, ,  )	ctype.h
isupper	int isupper(int )       	ctype.h