Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //=== CEK DATA ========================================================
- procedure TForm1.cekData(Sender: TObject; var hasil: Boolean);
- begin
- //cek kosong
- if (Edit1.Text = '') OR
- (Edit2.Text = '') OR
- (Edit3.Text = '') then
- begin
- hasil := FALSE;
- ShowMessage('Lengkapi data!');
- end; //end cek kosong
- end;
- //=====================================================================
Advertisement
Add Comment
Please, Sign In to add comment