Pronto

Untitled

Jul 5th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.49 KB | None | 0 0
  1. '' ini om, tambahin dong :D
  2.  
  3. For Each Ctl In Frm.Controls
  4.             If TypeOf Ctl Is DevExpress.XtraEditors.TextEdit Then Ctl.Text = ""
  5.             If TypeOf Ctl Is DevExpress.XtraEditors.GroupControl Then
  6.                 Dim Ctl1 As Control
  7.                 For Each Ctl1 In Ctl.Controls
  8.                     If TypeOf Ctl1 Is DevExpress.XtraEditors.TextEdit Then
  9.                         Ctl1.Text = ""
  10.                     End If
  11.  
  12.                 Next
  13.             End If
  14.         Next
Add Comment
Please, Sign In to add comment