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

TPost

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

Declaration

Source position: googleblogger.pp line 750

type TPost = class(TGoogleBaseObject)

protected

  class function ExportPropertyName(); override;

  procedure Setauthor(); virtual;

  procedure Setblog(); virtual;

  procedure Setcontent(); virtual;

  procedure SetcustomMetaData(); virtual;

  procedure Setetag(); virtual;

  procedure Setid(); virtual;

  procedure Setimages(); virtual;

  procedure Setkind(); virtual;

  procedure Setlabels(); virtual;

  procedure Setlocation(); virtual;

  procedure Set_published(); virtual;

  procedure SetreaderComments(); virtual;

  procedure Setreplies(); virtual;

  procedure SetselfLink(); virtual;

  procedure Setstatus(); virtual;

  procedure Settitle(); virtual;

  procedure SettitleLink(); virtual;

  procedure Setupdated(); virtual;

  procedure Seturl(); virtual;

published

  property author: TPostTypeauthor; [rw]

  property blog: TPostTypeblog; [rw]

  property content: string; [rw]

  property customMetaData: string; [rw]

  property etag: string; [rw]

  property id: string; [rw]

  property images: TPostTypeimagesArray; [rw]

  property kind: string; [rw]

  property labels: TStringArray; [rw]

  property location: TPostTypelocation; [rw]

  property _published: TDatetime; [rw]

  property readerComments: string; [rw]

  property replies: TPostTypereplies; [rw]

  property selfLink: string; [rw]

  property status: string; [rw]

  property title: string; [rw]

  property titleLink: string; [rw]

  property updated: TDatetime; [rw]

  property url: string; [rw]

end;

Inheritance

TPost

|

TGoogleBaseObject

|

TObject


Documentation generated on: 2023-03-18