Skip to content

Correct event signature of BoldPlaceableSubscriber #31

Open
@bero

Description

@bero

Due to changes in Bold the signature of BoldPlaceableReceiver.OnReceive has changed
Requestedevent: Integer
has become
Requestedevent: TBoldRequestedEvent

This results in different declaration of event implementation in forms, and causes Delphi to complain about incompatible event.

To fix the problem:
Replace all occurrences of Requestedevent: Integer with Requestedevent: TBoldRequestedEvent

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions