System.StrUtils.WordDelimiters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

WordDelimiters: set of Byte = [0..255] - [Ord('a')..Ord('z'), Ord('A')..Ord('Z'), Ord('1')..Ord('9'), Ord('0')];

C++

extern DELPHI_PACKAGE System::Set<System::Byte, 0, 255> WordDelimiters;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Description

Set of ANSI characters that are word delimiters.

Only alphanumeric characters (letters and numbers) are considered word characters, characters that may be used to build words. This set of characters provides any other ANSI character.