For the complete documentation index, see llms.txt. This page is also available as Markdown.

Formdaki Gride Koşul Ekleme(FTC)

  Cell:=Sheet4.Grid_ismi.Tablo_Adi.GetCell(1)
  if Cell.ValueStr="" or Cell.IsNull Then
    MessageBox("Eklemek İstediğiniz Mesaj","UYARI",MB_OK+MB_ICONEXCLAMATION)
    Return
  EndIf

Last updated