Data.DB.TFieldChars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFieldChars = set of AnsiChar;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

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.