Jump to content

Zakaria

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by Zakaria

  1. Zakaria

    tag as String

    how add property tagString to all delphi Compememet
  2. Zakaria

    how to correct this Code

    Method 'SetText' not found in base class interface Uses VCL.ExtCtrls,VCL.Controls; Type TPanel1 = class(TPanel) private Procedure SetEnabled(Value: Boolean); override; Procedure SetText(const Value: TCaption); override; public End; implementation { TPanel1 } procedure TPanel1.SetEnabled(Value: Boolean); begin inherited; end; procedure TPanel1.SetText(const Value: TCaption); begin inherited; end;
  3. Zakaria

    how to correct this Code

    how to correct
  4. Zakaria

    VCL Componenet badge button

    how create VCL Componenet badge button
  5. Zakaria

    VCL Componenet badge button

    Yes I have reasonable experience to create component.
  6. Zakaria

    VCL Componenet badge button

    yes similar to this
×