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 8968925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:31:20+00:00 2026-06-15T17:31:20+00:00

I have a TJVSegmentedLEDDisplay control (from the JVCL) that I want to use as

  • 0

I have a TJVSegmentedLEDDisplay control (from the JVCL) that I want to use as a timer. Accordingly, it has five places, two for hours, two for the minutes, and a colon between the two numbers (i.e. 12:34). After hours of experimenting and searching, I still cannot figure out how to access each individual digit programmatically. It seems to me that it should be something like:

LEDControl.Digits[Index].Text

…but, obviously, it’s not.

Any thoughts ?

  • 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-15T17:31:21+00:00Added an answer on June 15, 2026 at 5:31 pm

    The TJvCustomSegmentedLEDDigit.Text property, which you have tried to access is protected by a mistake I’d say, since then except direct modifying of the Text property, which is not much comfortable for this I couldn’t find a way how to change the individual segment values. However, you can workaround this protected access e.g. by an interposer class:

    unit Unit1;
    
    interface
    
    uses
      Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
      Dialogs, StdCtrls, JvExControls, JvSegmentedLEDDisplay;
    
    type
      TLEDDigit = class(JvSegmentedLEDDisplay.TJvCustomSegmentedLEDDigit);
    
    type
      TForm1 = class(TForm)
        Button1: TButton;
        JvSegmentedLEDDisplay1: TJvSegmentedLEDDisplay;
        procedure Button1Click(Sender: TObject);
      private
        { Private declarations }
      public
        { Public declarations }
      end;
    
    var
      Form1: TForm1;
    
    implementation
    
    {$R *.dfm}
    
    procedure TForm1.Button1Click(Sender: TObject);
    begin
      TLEDDigit(JvSegmentedLEDDisplay1.Digits[0]).Text := '1';
      TLEDDigit(JvSegmentedLEDDisplay1.Digits[1]).Text := '2';
    end;
    
    end.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a simple form that has a PictureBox in one location. I want to
Have a photography site that I want to prevent image copying from. How can
Have an app that can use tts to read text messages. It can also
have a nice day. I got problem when trying to create an image from
Have two tables say ABC and XYZ and contain one column which data will
Have a script to add / remove options from a select field -- the
Have a problem that seems easy on paper but i'm having a big problem
Have a simple iPhone app with a single UIViewController and two Views in one
Have a linking (or ref) table which has a dual primary key. Need to
Have a MySQL database table with 2 columns: id, url The url column has

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.