You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

後続のブランクをトリムして、ブランク付きで文字列を結合させます
CompatibleUnicode組み込みファンクション (PRIM_LIBI.ICompatibleUnicodeIntrinsics) のメンバ

パラメータ

名前

タイプ

データタイプ

記述

Result

*Result (任意)

Unicode 文字列

結果の文字列

String1

*Input

Unicode 文字列

結合する文字列

String2

*Input (任意)

Unicode 文字列

結合する文字列

String3

*Input (任意)

Unicode 文字列

結合する文字列

String4

*Input (任意)

Unicode 文字列

結合する文字列

String5

*Input (任意)

Unicode 文字列

結合する文字列

String6

*Input (任意)

Unicode 文字列

結合する文字列

String7

*Input (任意)

Unicode 文字列

結合する文字列

String8

*Input (任意)

Unicode 文字列

結合する文字列

String9

*Input (任意)

Unicode 文字列

結合する文字列

詳細


TrimBlankConcat は、最大 10 個の文字列を連結します。このとき、末尾ブランクを削除し、各パラメータ間にブランクを挿入します。


#Firstname に 'Veronica' が含まれ、 #Surname に ' Brown ' が含まれていた場合、結果は 'Brown Veronica' になります。
#Com_owner.Caption := #Surname.TrimBlankConcat(#Firstname)

参照

すべてのコンポーネント クラス
テクニカルリファレンス

  • No labels