Jump to content

Search the Community

Showing results for tags 'unipane'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Good day! I have several UniPanels dynamically created, on which UniScrollBoxes are also dynamically created, on which buttons are created. I need to find the desired button by its name on, for example, a specific UniScrollBox and put focus on it, i.e. scroll the UniScrollBox vertical scrollbar and show the found button by highlighting it. The code below throws an AccessViolation on the last line: procedure TMainForm.UniButton1Click(Sender: TObject); var sb: TUniScrollBox; btn: TUniFSButton; begin sb:=UniPanel5.FindChildControl('UniScrollBox2') as TUniScrollBox; btn:=sb.FindComponent('UniFSButton43') as TUniFSButton; btn.SetFocus; end; If you remove it and remove the code associated with sb , then there is no error. Please help.
×
×
  • Create New...