FormatTitle

------- Kullanımı

Function ModulFile_FormatTitle(cff As Object, Title As String) As Bool
 'This is called when a form's title is to be updated
 'Use the cff to form a meaningful title

 ModulFile_FormatTitle:=True
EndFunction

Parametreler cff As Object Title As String Geri Dönüş Değeri Bool Dikkat Edilecek Hususlar ----- Örnek

-----

Örnek Açıklaması -----

Last updated