Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Delphi
  4. How to customize Delphi's existing controls

How to customize Delphi's existing controls

Scheduled Pinned Locked Moved Delphi
delphitutorialquestion
3 Posts 3 Posters 12 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vijay victory
    wrote on last edited by
    #1

    Hi all, Is there any way to customize Delphi's inbuilt controls like Button or EditBox?? please suggest if anyone knows.

    Regards, Victory. I have never failed,I just found 1000 ways that never works.

    L D 2 Replies Last reply
    0
    • V vijay victory

      Hi all, Is there any way to customize Delphi's inbuilt controls like Button or EditBox?? please suggest if anyone knows.

      Regards, Victory. I have never failed,I just found 1000 ways that never works.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Yup, in a similar way like C#; you inherit from an existing control and expand it. Example can be found on About.com[^] Good luck :)

      1 Reply Last reply
      0
      • V vijay victory

        Hi all, Is there any way to customize Delphi's inbuilt controls like Button or EditBox?? please suggest if anyone knows.

        Regards, Victory. I have never failed,I just found 1000 ways that never works.

        D Offline
        D Offline
        Daniel Kram
        wrote on last edited by
        #3

        Just like the previous post indicated. You can start by adding a control you wish to modify to a form. Get the control the way you want it, then right-click on it and select Add to Repository. Find an appropriate place, etc. Then use this control from this point forward. Note, this is only for modifying the controls properties. A little, but not much, more complicated if you wish to alter the behavior behind the events.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups