Re-implements the method used to store a string value at a specified position in the list.
Source position: comctrls.pp line 309
protected procedure TNBPages.Put( |
Index: Integer; |
const S: string |
); override; |
Index |
|
Ordinal position where the string value is stored. |
S |
|
String value stored at the specified position in the list. |
Stores the value in S to the Caption property for the TCustomPage instance in PageList.
|
List with the TCustomPage instances for the class instance. |
|
TStringList |
CT Web help |
CodeTyphon Studio |