Skip to content

Bug in tags in TALDynamicControl #486

@Spelt

Description

@Spelt

Hi

I think there is a bug in TALDynamicControl.

Seems that it just need to read the FTagFloat field because the SetFloat procedure alters the fTag field. See:

property TagFloat: Double read GetTagFloat write SetTagFloat; // [TComponent:published] property TagFloat: Single read FTagFloat write FTagFloat;

procedure TALDynamicControl.SetTagFloat(const AValue: Double);
begin
  ALMove(AValue, FTag, SizeOf(Double));
end;

Metadata

Metadata

Assignees

No one assigned

    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