View Full Version : چند سوال در مورد ehlib
pezhvakco
سه شنبه 28 اردیبهشت 1389, 12:45 عصر
درود :
1) این کامپونت با دلفی 2006 مشکل داره ؟
برای استفاده از ابزارهای اون در هر فرم یونیت های خودش رو فراخوانی نمی کنه و مشکلاتی مانند این .
2) در رویداد های DBGridEh ، رویداد MoveRecords وجود داره . میشه یه کم در مورد این رویداد توضیح بدین .
آبا این مربوط به حرکت سطر های جدول است واگه جواب آری است ، روش استفاده چی است؟
تشکر .
فکر خوش .
pezhvakco
چهارشنبه 29 اردیبهشت 1389, 08:31 صبح
درود :
تو برنامه نویس ها کسی با قسمت های مورد پرسش بالا کار نکرده ؟
سپاس .
فکر خوش .
جواد ملاولی
چهارشنبه 29 اردیبهشت 1389, 13:33 عصر
1) این کامپونت با دلفی 2006 مشکل داره ؟
برای استفاده از ابزارهای اون در هر فرم یونیت های خودش رو فراخوانی نمی کنه و مشکلاتی مانند این .
بررسی کنید که درست نصب کردید یا نه.
2) در رویداد های DBGridEh ، رویداد MoveRecords وجود داره . میشه یه کم در مورد این رویداد توضیح بدین .
آبا این مربوط به حرکت سطر های جدول است واگه جواب آری است ، روش استفاده چی است؟
TDBGridEh.OnMoveRecords
Occurs when the record is going to be moved or when grid checks are there accessible to move record to specified RecNo.
property OnSortMarkingChanged: TGridMoveRecordsEventEh;
type
TGridMoveRecordsEventEh = function(Sender: TObject; BookmarkList: TStrings; ToRecNo: Longint; TreeLevel: Integer; CheckOnly: Boolean): Boolean of object;
Description
Write an OnSortMarkingChanged event handler to take specific action when the record is going to be moved or when grid checks are there accessible to move record to specified RecNo.
BookmarkList is a list of bookmarks which need to move.
ToRecNo is a destination RecNo.
TreeLevel is a destination level in tree list, used only when grid connected to MemTableEh.
CheckOnly - determines whether the function have to return result, are there enabling to move BookmarkList to ToRecNo, but does not move BookmarkList.
EhLib Software
vBulletin® v4.0.8, Copyright ©2000-1391, Jelsoft Enterprises Ltd.