Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Class "TPairSplitterSide" Not Found 3 years 2 months ago #15598

  • Seagate BP
  • Seagate BP's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
Hi
Thank you guys for the nice and powerful pascal IDE.
I'am using version 7.3 and i have got an error Class "TPairSplitterSide" Not Found, please advice my problem.

Thanks in advance
Seagate BP

Please Log in or Create an account to join the conversation.

Class "TPairSplitterSide" Not Found 3 years 2 months ago #15599

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Go to "Additional" componets page
and add to a form a TPairSplitter comp

The IDE write this code

//====================================================
uses
  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, PairSplitter;

type

  { TForm1 }

  TForm1 = class(TForm)
    PairSplitter1: TPairSplitter;
    PairSplitterSide1: TPairSplitterSide;
    PairSplitterSide2: TPairSplitterSide;
  private  

//==================================================

TPairSplitter without 2xTPairSplitterSide1 can't exists


 
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Class "TPairSplitterSide" Not Found 3 years 2 months ago #15601

  • Seagate BP
  • Seagate BP's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
Thanks for quick support Sir
Actually I've done the steps as you suggest, unfortunately the IDE didn't write down like your script. Anda then when I looked at the property name of TPairSplitterSide still empty

​​​​​​​
But by copying your script my problem is solved

Thanks you very much Sir
Regards 
 
Attachments:

Please Log in or Create an account to join the conversation.

Class "TPairSplitterSide" Not Found 3 years 2 months ago #15602

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
 
PilotLogic Architect and Core Programmer
Attachments:

Please Log in or Create an account to join the conversation.

  • Page:
  • 1