System.WideString.begin
C++
iterator begin() { return FirstChar(); }
const_iterator begin() const { return cbegin(); }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | wstring.h | System | WideString |
Description
Embarcadero Technologies does not currently have any additional information.