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

  • Home
  • SEARCH
  • 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 6141169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:12:46+00:00 2026-05-23T18:12:46+00:00

How to communicate among frames and within a frame? For example: a Frame 1

  • 0

How to communicate among frames and within a frame?
For example: a Frame 1 and a Frame 2.

The frame 2 is in the frame 1. To insert the frame 2 into the frame 1 I add frames from ToolPalette ->

type
  TFrame1 = class(TFrame)
  Frame22: TFrame2;

  var MyFrame1:TFrame1; // Now I can access to everything within a frame and from other frames too
implementation

But I have an error trying to access to MyFrame1 and to do something like MyFrame1.Button1.Enable within the frame 1 or from other frames:
“Exception class EAccessViolation with a message ‘Access violation at address 0084858C in module ‘P1.exe'”

How to access to the frame 1 from the frame 2? MyFrame1->Error.

Thanks!

  • 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-05-23T18:12:47+00:00Added an answer on May 23, 2026 at 6:12 pm

    Please delete the global variable declaration:

    var MyFrame1: TFrame1;
    

    It usually makes no sense for frames.

    You can typecast the child frame’s Owner to TFrame1, for example:

    implementation
    
    uses
      FrameUnit1;
    
    procedure TFrame2.Test;
    begin
      if Owner is TFrame1 then
        ShowMessage(TFrame1(Owner).Name);
    end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to communicate with an XML-RPC server from a .NET 2.0 client. Can
I know I can communicate with my Windows Workflow host (FROM my workflow) using
I am looking for a good strategy of dealing with database deadlocks from within
I'm trying to communicate with Flash Media Server through the Responder class because I
I need to create a proxy class so i can communicate with a Java
Is it possible to communicate and update data in a page without reloading, but
How does Flash communicate with services / scripts on servers via AMF ? Regarding
I am trying to communicate to a client the likely-hood of losing files in
i'm trying to communicate with my filesystem driver. I can start the driver with
I want to communicate between two or more dialog windows,when i say communicate It

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.