Data.DB.TFieldChars

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: Data.DB

Delphi

TFieldChars = set of AnsiChar;

C++

typedef System::Set<char, _DELPHI_SET_CHAR(0), _DELPHI_SET_CHAR(255)> TFieldChars;

Description

TFieldChars indicates the set of characters that are valid for field.

TFieldChars is a set of characters that can be used to create a string that is the value of a field.