RAD Studio
ContentsIndex
PreviousUpNext
Setting Properties at Runtime

Any writable property can be set at runtime in your source code. For example, you can dynamically assign a caption to a form:

Form1.Caption := MyString;
Form1->Caption = MyString;
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!