Skip to content

TBoldSmallEventSubscription

Not in the current source

This class is documented in the Bold 4.0 help, but no class or interface with this name is declared in Source/ today. It was removed or reshaped (for example into a record).

Unit: BoldSubscription

Declaration

TBoldSmallEventSubscription = class(TBoldSubscription)

Hierarchy

  1. TObject
  2. TBoldMemoryManagedObject
  3. TBoldSubscription
  4. TBoldSmallEventSubscription

Methods

Name Summary Notes
CloneTo protected, override
Create
ExtendEvents protected
IsMatchingEvent The subscription will match all events in the set given in the constructor. protected, override

CloneTo

procedure CloneTo(Subscriber: TBoldSubscriber; NewRequestedEvent: TBoldRequestedEvent); override; See also Ancestor Method

Create

constructor Create(Publisher: TBoldPublisher; Subscriber: TBoldSubscriber; Events: TBoldSmallEventSet; RequestedEvent: TBoldRequestedEvent);

This constructor is only intended to be called by TBoldPublisher

ExtendEvents

procedure ExtendEvents(Events: TBoldSmallEventSet);

IsMatchingEvent

function IsMatchingEvent(OriginalEvent: TBoldEvent): Boolean; override; See also Ancestor Method
Note
This class is intended to be used internally by the subscription mechanism.

Generated from the Bold 4.0 help (Help/BfD.chm) by Tools/chm2mkdocs.py; member lists reflect Bold 4.0, see the source for members added since.