Forum > Arabic

الحصول على قيمة حقل من الصف المختار

(1/1)

Gebo:
كيف احصل على قيمة حقل من الصف الذي تم اختياره من ال dbgrid
 ليتم استخدامه في العمليات الأخرى

Al-Eid:

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---  DBGrid1.DataSource.DataSet.FieldByName('NameField').ASTypeField; 
NameField هو أسم الحقل التي تريد إستعمال قيمته
ASTypeField هو نوع الحقل التي تريد أستعمال قيمته مثل:  AsString ,AsInteger ,AsFloat ,AsBoolean ,AsDateTime

Navigation

[0] Message Index

Go to full version