[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: office365client.pp line 75
type TOffice365Client = class(TComponent) |
protected |
procedure CheckDefaults; virtual; |
public |
constructor Create(); override; |
function GetAuthHandler; |
published |
property AuthHandler: TOAuth2Handler; [rw] |
property WebClient: TAbstractWebClient; [rw] |
property OnUserConsent: TUserConsentHandler; [rw] |
end; |
| |
TObject |