AppDir -
DoEdit -
FloatToInt - if FDecimals = 0 then FormatMask := ',0' else
LeftS - INFOPLUS routines} //String operations
MakeS -
ReOpen - Other
RightS -
RoundFF - Rounding
RoundFS -
RoundSF -
StrToValue - StringOfChar(C, FDecimals
TextToValText -
function AppDir:string;
procedure DoEdit(DataSet:TDataset);
function FloatToInt(AValue:Extended):integer;
if FDecimals = 0 then FormatMask := ',0' else
function LeftS(S:String;n:integer):String;
INFOPLUS routines} //String operations
function MakeS(C:Char;FDecimals:integer):String;
procedure ReOpen(DataSet:TDataset);
Other
function RightS(S:String;n:integer):String;
function RoundFF(AValue:extended;FDecimals:integer):extended;
Rounding
function RoundFS(AValue:extended;FDecimals:integer;characters:integer):string;
function RoundSF(AValue:String;FDecimals:integer):extended;
function StrToValue(AValue:string):Extended;
StringOfChar(C, FDecimals
function TextToValText(const AValue: string): string;