Skip to content

dclFrameStand uses {$DESIGNONLY} instead of {$DESIGNONLY ON} #92

@birbilis

Description

@birbilis
Image

according to
https://docwiki.embarcadero.com/RADStudio//Athens/en/DESIGNONLY_directive_%28Delphi%29
there is {$DESIGNONLY ON} and {$DESIGNONLY OFF}, not a shortcut called {$DESIGNONLY}

not sure if that is accurate documentation, but if it is then your {$DESIGNONLY} is ignored

this might explain why you seem to be using compiler switch -LUDesignIDE at dclXX.dproj which might not be needed if you use {$DESIGNONLY ON} (assuming your current use is ignored by the compiler)
(see issue #90 too btw since you use that switch even in non-design packages)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions