[Overview][Types][Classes][Index] |
Gets the value for the Count property.
Source position: textstrings.pas line 67
protected function TTextStrings.GetCount: Integer; override; |
Value for the property.
GetCount is overridden in TTextStrings to re-implement the method. It ensures that the internal array of line ranges is valid, and calls BuildArrays when the validity flag has not been set.
The property value is set to the member value used to store the line count.
GetCount does not call the inherited method.
Version 4.0 | Generated 2025-05-03 | Home |