Unit 'contactmanager' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jContactManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: contactmanager.pas line 30

type jContactManager = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  function GetMobilePhoneNumber();

  

  function GetContactID();

  

  procedure UpdateDisplayName();

  

  procedure UpdateMobilePhoneNumber();

  

  procedure UpdateWorkPhoneNumber();

  

  procedure UpdateHomePhoneNumber();

  

  procedure UpdateHomeEmail();

  

  procedure UpdateWorkEmail();

  

  procedure UpdateOrganization();

  

  procedure UpdatePhoto();

  

  function GetPhoto();

  

  procedure AddContact();

  

  procedure GetContactsAsync();

  

  function GetDisplayName();

  

  procedure DeleteContact();

  

  function GetPhotoByUriAsString();

  

  function GetContactInfo();

  

  function GetContactsFromSIMCard();

  

  procedure GenEvent_OnContactManagerContactsExecuted();

  

  procedure GenEvent_OnContactManagerContactsProgress();

  

published

  property OnGetContactsFinished: TOnGetContactsFinished; [rw]

  

  property OnGetContactsProgress: TOnGetContactsProgress; [rw]

  

end;

Inheritance

jContactManager

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio