[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseformatstr.pas line 459
function encodebase64( |
const abinary: string; |
const maxlinelength: Integer = defaultbase64linelength |
):string; overload; |
const abinary: pbyte; |
acount: Integer; |
const maxlinelength: Integer = defaultbase64linelength |
):string; overload; |