| 
       Blinking Property (Read Only)  | 
    Top Previous Next | 
| 
 Returns true if the field should be shown blinking. 
 Visual Basic Syntax 
 [Boolean =] TNBXField.Blinking 
 Delphi Syntax 
 [Boolean :=] TNBXField.Blinking; 
 
 Remarks 
 This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program. 
  |