You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRpBarsBase. IsValidChar method |
Top Previous Next |
Declaration function IsValidChar( Ch: char ): Boolean;
Category
Description Is used to determine whether a character is a valid character for the particular bar code being printed.
See also
Example (Delphi) // following will return false because 2of5 only support numbers Code2of5.IsValidCar('A')
Example (C++Builder) Code2of5->IsValidChar('A') |
You are reading help file online using chmlib.com
|