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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:19:33+00:00 2026-06-15T13:19:33+00:00

If you work with php you can see the php have associative array (or

  • 0

If you work with php you can see the php have associative array (or array width string key) in programing lang.
For example:

$server['hostname']  =  'localhost';
$server['database']  =  'test';
$server['username']  =  'root';
$server['password']  =  'password' ;    

// 2d array
$all['myserver']['hostname'] = 'localhost' ;

But can’t find any default way to use associative array in delphi.

First I want find default way with out any output component or class .
Second if really I cant find with internal way I force choose output classes only.

I use Delphi XE3 , many thanks for your help.

edit:
I found one class here : http://www.delphipages.com/forum/showthread.php?t=26334
same as php , but any better way?

  • 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-15T13:19:34+00:00Added an answer on June 15, 2026 at 1:19 pm

    You can use tStrings and tStringList for this purpose, but 2d arrays are out of the scope of these components.

    Usage;

    var
      names  : TStrings;
    begin
      ...
      names := TStringList.Create;
      ...
      ...
      names.values['ABC'] := 'VALUE of ABC' ;
      ...
      ...
    end ;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I make the deprecated functions to work in PHP's latest version? I
In core.php I can define Configure::write('Routing.admin', 'admin'); and /admin/controller/index will work. but if I
now I can make it work with user-profile.tpl.php page,all this page does is to
I can't get wget to work when called from PHP through exec() . The
I can't seem to get anything to work with simpleXML for PHP. What is
I can't make the following work. I know it's because of the PHP function
How can I make something like this below work? <?PHP $_SESSION['signup_errors']['test1']; $_SESSION['signup_errors']['test2']; $_SESSION['signup_errors']['test3']; $_SESSION['signup_errors']['test4'];
Possible Duplicate: Dirt-simple PHP templates… can this work without eval ? Let's say I
In my .htaccess file i have the following re-write rule RewriteRule ^([a-z]*)$ work.php?album=$1 [L]
I'm trying to use this thumbnail generator, but as you can see you have

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.