[Overview][Constants][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: _crw_base32.pas line 67
type TBase32Coder = class(TMasterObject) |
public |
constructor Create(); |
property PadChar: Char; [rw] |
property Alphabet: LongString; [rw] |
property CaseSensitive: Boolean; [rw] |
property UsesPadChar: Boolean; [r] |
property NumChars: Integer; [r] |
function Encode(); |
function Decode(); |
end; |
| |
| |
TObject |