Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
memo01 のように、プログラムから Edit01 にテキストを追加する必要があります。
memo1.Lines.Add(inttostr (b));
整数として f があり、それを edit01 に追加する必要があります。
は単一行エディターであるため、プロパティTEditがありません。代わりに使用する必要があります。LinesText
TEdit
Lines
Text
Edit01.Text := IntToStr(f);