Unit Rcommon

Classes

Functions

ClearListStr -
CreateDelimiter -
DecodeLimiter -
GetAtPosition -
GetOrdProperty -
GetPairCount -
GetPairPrefix -
GetPairSuffix -
GetStrProperty -
IMax -
IMin -
Info -
ParseDelimiters -
PutInformation -
ReplaceChar -
SetAtPosition -
SplitStr -

Types

Constants

Variables


Functions


procedure ClearListStr(List: TList);


function CreateDelimiter(aCount: Integer) : string;


function DecodeLimiter(Str: string;Cnt: Integer) : string;


function GetAtPosition(const aStr: string;aPos: Integer) : string;


function GetOrdProperty(C: TComponent;N: string) : TObject;


function GetPairCount(Str: string) : Integer;


function GetPairPrefix(Str: string) : string;


function GetPairSuffix(Str: string) : string;


function GetStrProperty(C: TComponent;N: string) : string;


function IMax(A,B : Integer) : Integer;


function IMin(A,B : Integer) : Integer;


procedure Info(Msg : string);


procedure ParseDelimiters(const aStr,aSpt: string;aList : TStrings);


procedure PutInformation(const Msg : string;Ctl : TWinControl;CX,CY : Integer);


function ReplaceChar(Str: string;FChr,RChr: Char) : Integer;


procedure SetAtPosition(var aStr: string;const aSet: string;aPos: Integer);


function SplitStr(Str: string;Index: Integer) : string;


Types


Constants


Variables