[Overview][Constants][Types][Classes][Variables][Index] Reference for unit 'LibR3R' (#LibR3R)

TLibR3R

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

Declaration

Source position: libr3r.pas line 21

type TLibR3R = class

protected

  procedure NotifyUpdate; virtual;

  procedure DoUpdate;

  procedure Parse;

public

  constructor Create;

  destructor Destroy; override;

  procedure RetrieveFeed(); virtual;

  procedure HandleMessage(); virtual;

  procedure RegisterItemCallback();

end;

Inheritance

TLibR3R

|

TObject

Description

A simple high-level bridge class, which wraps the complicated back-end, making it easier and safer to create new user interfaces. The general procedure for using the class in a front end: Create the class, set the item callback, tell the back-end to parse the feed, and finally, free the back-end. See the existing front ends for examples.