CanEasy COM-Help
|
Value table to map raw value to readable text.
Definition at line 2293 of file cand_tlb.idl.
HRESULT CanEasy::IValueTable::Add | ( | [in] struct ValueEntry * | pEntry, |
[out, retval] LONG * | |||
) |
Deprecated: Adds a new table entry.
Was replaced by property TableEntries
pEntry | Struct with value and description |
HRESULT CanEasy::IValueTable::Insert | ( | [in] struct ValueRangeEntry * | pEntry, |
[out, retval] LONG * | |||
) |
Deprecated: Inserts a new table entry with min, max, desc.
Was replaced by property TableEntries
|
get |
Returns the count of table entries
|
get |
Deprecated: Returns an entry of the table by index.
Was replaced by property TableEntries
|
get |
Returns a collection containing all entries. Via this collection you can add and delete new value tables.
|
get |
Deprecated: Returns a table entry by index.
Was replaced by property TableEntries