Unit 'googleblogger' Package
[Overview][Types][Classes][Index] [#googleapi]

TComment

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

Declaration

Source position: googleblogger.pp line 366

type TComment = class(TGoogleBaseObject)

protected

  class function ExportPropertyName(); override;

  procedure Setauthor(); virtual;

  procedure Setblog(); virtual;

  procedure Setcontent(); virtual;

  procedure Setid(); virtual;

  procedure SetinReplyTo(); virtual;

  procedure Setkind(); virtual;

  procedure Setpost(); virtual;

  procedure Set_published(); virtual;

  procedure SetselfLink(); virtual;

  procedure Setstatus(); virtual;

  procedure Setupdated(); virtual;

published

  property author: TCommentTypeauthor; [rw]

  property blog: TCommentTypeblog; [rw]

  property content: string; [rw]

  property id: string; [rw]

  property inReplyTo: TCommentTypeinReplyTo; [rw]

  property kind: string; [rw]

  property post: TCommentTypepost; [rw]

  property _published: TDatetime; [rw]

  property selfLink: string; [rw]

  property status: string; [rw]

  property updated: TDatetime; [rw]

end;

Inheritance

TComment

|

TGoogleBaseObject

|

TObject


Documentation generated on: 2023-03-18