How to Prevent the TEdit component from beeping when invalid ?
Answer / Indrajeet Kumar
To prevent the TEdit component from beeping when invalid, set the Sound property to nil or srNone.nnOnValidate(Sender: TObject): Boolean;nbeginn Sender.Sound := nil;n Result := True;nend;
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get the date of the last day in the current month?
How to stop IIS when you are writing web applications as ISAPI dll's?
How to change file attributes programmatically?
How to create a power function?
How to Get the actual size of a TComboBox?
How to Add hint windows to applications?
What should I give to Windows API functions that want a hWnd?
How to use Access97 drivers with BDE 4.51 ?
How to pass functions or procedures to other functions or procedures?
How to detect the computer name?
What databases can be used with dbExpress?
How to Switch between different data sources?