Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TContact

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

Declaration

Source position: fpopenapi.objects.pp line 333

type TContact = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  property Name: string; [rw]

  property Url: string; [rw]

  property Email: string; [rw]

end;

Inheritance

TContact

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25