1. Home
  2. Docs
  3. [ ARCHIVED ] CriptLib
  4. Headers
  5. Exported functions

Exported functions

The exported functionas are the ones effectively called by the overloaded static methods available in the auxiliary classes.

Return Method name
void Decript_BasicoM(String Chave, TMemo * Memo)
void Decript_BasicoL(String Chave, TStringList * Lista)
void Decript_BasicoS(String Original, String Chave, String Linha)
void Cript_BasicoM(String Original, String Chave, TMemo * Memo)
void Cript_BasicoL(String Original, String Chave, TStringList * Lista)
void Cript_BasicoS(String Original, String Chave, String Linha)
String VerProg()

Decript_BasicoM(String Chave, TMemo * Memo)

Decrypts every string inside the "TMemo", replacing every occurrece of each character existing in the String named "Chave" by its equivalent in the String named "Original" (and vice versa), which must be in the penultimate line of the TMemo.


Decript_BasicoL(String Chave, TStringList * Lista)

Decrypts every string inside the "TStringList", replacing every occurrece of each character existing in the String named "Chave" by its equivalent in the String named "Original" (and vice versa), which must be in the penultimate line of the TStringList.


Decript_BasicoS(String Original, String Chave, String Linha)

Decrypts every string inside the String "Linha", replacing every occurrece of each character existing in the String named "Chave" by its equivalent in the String named "Original" (and vice versa).


Cript_BasicoM(String Original, String Chave, TMemo * Memo)

Encrypts every string inside the "TMemo", replacing every occurrece of each character existing in the String named "Original" by its equivalent in the String named "Chave" (and vice versa).


Cript_BasicoL(String Original, String Chave, TStringList * Lista)

Encrypts every string inside the "TStringList", replacing every occurrece of each character existing in the String named "Original" by its equivalent in the String named "Chave" (and vice versa).


Cript_BasicoS(String Original, String Chave, String Linha)

Encrypts every string inside the String "Linha", replacing every occurrece of each character existing in the String named "Original" by its equivalent in the String named "Chave" (and vice versa).


VerProg()

Returns the current library version info in a String.