head-list.
210 bytes (2 words) - 20:15, 9 April 2012
Description: Classes. TStrings ... Derive a class from TStrings to store and ... , pure virtual methods and should ... Descendants of TStrings can ...
2 KB (197 words) - 12:37, 28 November 2013
When the BeginUpdate method is first called and the TStrings ... Descendant classes can override this method to optimize the response to ...
2 KB (114 words) - 00:31, 17 October 2011
Classes. ... Do not call the Create method for TStrings directly. TStrings is an abstract class and its constructor should only be called as ...
753 bytes (57 words) - 00:39, 17 October 2011
Description: Classes. TStrings. ... TStrings uses UpdateCount to keep track of calls to the BeginUpdate and EndUpdate methods. TStrings ...
2 KB (118 words) - 23:59, 16 October 2011
detected when the LoadFromStream or LoadFromFile methods are called. ... See Also : System.Classes.TStrings.LoadFromStream System.Classes. ...
1 KB (120 words) - 17:32, 10 May 2016
TStrings uses CompareStrings internally to compare the values of ... Some descendant classes override this method to change the way strings ...
1 KB (122 words) - 00:06, 17 October 2011
In TStrings Get is abstract or, in C++ terminology, pure virtual, ... Descendant classes must override this method to return the string with ...
785 bytes (63 words) - 22:49, 16 October 2011
Classes. ... When implementing properties or methods that change the list in descendants of TStrings , call BeginUpdate before the changes are ...
2 KB (134 words) - 10:36, 10 February 2014
GetText method returns a long string containing all TStrings ... See Also : System.Classes.TStrings.GetText Category:API Documentation ...
1 KB (106 words) - 17:15, 10 September 2020
Classes. ... When implementing properties or methods that change the list in descendants of TStrings , call BeginUpdate before the changes are ...
2 KB (142 words) - 10:35, 10 February 2014
LoadFromFile fills the string list of the TStrings object from the ... See Also : System.Classes.TStrings.Add System.Classes.TStrings. ...
2 KB (219 words) - 03:44, 27 November 2020
Note: TStrings is an abstract class and this method has no effect. ... Note: The TStrings object does not own the objects in the Objects ...
2 KB (95 words) - 22:55, 16 October 2011
Classes. ... Use Append when there is no need to know the index of the string after it has been added, or with descendants of TStrings for ...
2 KB (161 words) - 10:35, 10 February 2014
Classes. ... Descendants of TStrings implement a Clear method to delete all the strings in the list, and to remove any references to ...
934 bytes (65 words) - 10:35, 10 February 2014
Description: Classes. TStrings. ... Descendants of TStrings implement a Delete method to remove a specified string from the list. If an object ...
1 KB (92 words) - 01:07, 17 October 2011
In TStrings GetCount is abstract or, in C++ terminology, pure ... Descendant classes must override this method to return the number of ...
839 bytes (70 words) - 00:02, 17 October 2011
the TStrings type, the inherited ... TStrings in its AssignTo method. ... See Also : System.Classes.TStrings.AddStrings System.Classes.TStrings. ...
2 KB (129 words) - 17:09, 10 May 2016
Description: Classes. TStrings. ... Returns a TStrings enumerator. TStringsEnumerator reference, which enumerates the strings in a TStrings object. ...
871 bytes (50 words) - 00:08, 17 October 2011
Descendants of TStrings implement an Insert method to add the ... All methods that add strings to the list use the Insert method to add the ...
1 KB (121 words) - 00:35, 17 October 2011