TsFrameBar alwais create frame

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #54486
    mol
    Participant

      The obvious:

      Code:
      procedure TForm1.sFrameBar1Items0FrameDestroy(Sender: TObject;
      var Frame: TCustomFrame; var CanDestroy: Boolean);
      begin
      CanDestroy := False;
      end;

      -Uwe

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.