L
liqiang_qq
Unregistered / Unconfirmed
GUEST, unregistred user!
C++ Builder帮助中的一段:
TCustomViewItem:ata
Specifies any application-specific data associated with the item.
__property void * Data = {read=FData, write=SetData};
Description
Use Data to associate arbitrary application data with the item.
以代码方式举例说明其含义和使用方法?
TCustomViewItem:ata
Specifies any application-specific data associated with the item.
__property void * Data = {read=FData, write=SetData};
Description
Use Data to associate arbitrary application data with the item.
以代码方式举例说明其含义和使用方法?