LoginSignup
0
0

More than 5 years have passed since last update.

c++ builder / fileIO > TStringDynArray と TStringListの受け渡し > copy manually

Last updated at Posted at 2016-07-27
動作確認
C++ Builder XE4

TDirectory::GetDirectories()などで使われるTStringDynArray型は使い慣れていない。

TStringListとの関係を見ていて、以下を見つけた。
How to convert a TStringDynArray to a TStringList

TStringList and TStringDynArray do not know anything about each other, so you will have to copy the strings manually:

あえて変換しないといけない場面にはまだ出くわしていない。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0