Classe TCripto

Unit

Declaração

type TCripto = class(TPersistent)

Descrição

Hierarquia

Visão Geral

Métodos

Public Constructor Create;
Public Destructor Destroy; Override;
Public Procedure Assign(Source : TPersistent); Override;
Public Function Encrypt(Value : String) : String;
Public Function Decrypt(Value : String) : String;

Propriedades

Published property Use : Boolean Read vUseCripto Write vUseCripto;
Published property Key : String Read vKeyString Write vKeyString;

Descrição

Métodos

Public Constructor Create;
 
Public Destructor Destroy; Override;

Cria o Componente

Public Procedure Assign(Source : TPersistent); Override;

Destroy a Classe

Public Function Encrypt(Value : String) : String;
 
Public Function Decrypt(Value : String) : String;
 

Propriedades

Published property Use : Boolean Read vUseCripto Write vUseCripto;
 
Published property Key : String Read vKeyString Write vKeyString;
 

Gerado por PasDoc 0.16.0.