PROPLIST.SetPrecision

Previous  Next

 

ok = PROPLIST.SetPrecision( no_of_decimals AS INTEGER,

                           [nPane          AS INTEGER=PL_PropListPane] ) AS INTEGER

 

 


 

Set the decimal precision of the property list.  Returns the current precision if function is successful.

 

Example:

 

PROPLIST.SHOWDESCRIPTION( FALSE )

PROPLIST.SETCAPTIONWIDTH( 40 )

PROPLIST.SETBORDERSTYLE( 3 )

PROPLISt.SETPRECISION( 3 )