Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9155885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:40:31+00:00 2026-06-17T12:40:31+00:00

In delphi I would like to create a new type (Machine) that copies TShape.

  • 0

In delphi I would like to create a new type (Machine) that copies TShape. Mostly due to wanting to add more procedures and functions. For example i could do something like this

Machine.type('402') 

and it would draw the shape, but with a defined Height / width.
and like this

Machine.before('Microclean');

and it would know where to put the shape.

So ..two part question.
1. Is making a new type sound like what i need?
2. How do i make a new blank type, Thus as its own unit and can add my new procedures to it?

thanks
Glen

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:40:32+00:00Added an answer on June 17, 2026 at 12:40 pm

    Sounds like you need a new class that inherits from TShape:

    TMachine = class(TShape)
    public
      procedure MyType(const AType: string);
      procedure Before(const ABfore: string);
    end;
    

    You could then provide code for the two procedures.

    Note that you cant use type for a procedure name – that is a reserved word. Also it is a Delphi convention (but not a requirement) to prefix class names with a ‘T’

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create a type of login window in Delphi. Unfortunately I
I would like to add roots to a VirtualTreeView http://www.delphi-gems.com/index.php/controls/virtual-treeview with a thread like
I would like to know if there is a variant data type in Delphi
I would like to create a Delphi application for Windows XP which allows dropping
I would like to be able to dictate into my Delphi application using Microsoft
Here's what I would like to do in Delphi XE: Capture a double-click in
I'm Delphi developer, and I would like to build few web applications, I know
In Delphi 7, I have a model dialog and i would like to display
Is Delphi have any ability to write script of IDE actions? I would like
Does anyone know of an equivalent to FxCop/StyleCop for Delphi? I would really like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.