[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msestream.pas line 102
public function tcustomcryptohandler.encrypt( |
const adata: string; |
const base64: Boolean = False; |
const maxlinelength: Integer = defaultbase64linelength |
):string; overload; |
const adata: pointer; |
adatalength: Integer; |
const base64: Boolean = False; |
const maxlinelength: Integer = defaultbase64linelength |
):string; overload; |