QueryVariables -
Covert -
ExpandPhone -
GetPathFile -
GetVarInteger -
GetVarString -
iif -
InStr -
ProperCase -
Protect -
SafeCovert - Duplicate variable names.
TabToNextCtrl -
URLParser -
function Covert( PValue: PChar; EncryptValue: Integer; PKey: PChar;
Buffer: PChar; BufferLen: Integer ): Integer;
function ExpandPhone( PhoneNumber: String ): String;
function GetPathFile( PathFile: String; GetPath: Boolean): String;
function GetVarInteger( vInteger: Variant ): Integer;
function GetVarString( vString: Variant ): String;
function iif( ValueTest: Boolean; TrueValue, FalseValue: Variant ): Variant;
function InStr( Search: ANSIString; Target: ANSIString; StartPos: Integer ): Integer;
function ProperCase( OldString: String ): String;
function Protect( Value: String; EncryptValue: Boolean; Key: String ): String;
function SafeCovert( PValue: PChar; EncryptValue: Integer; PKey: PChar;
Buffer: PChar; BufferLen: Integer ): Integer;
Duplicate variable names.
procedure TabToNextCtrl( CurForm: TForm; var Key: Char );
function URLParser( QueryString: ANSIString; var QueryVars: TStringList ): Integer;