Object Data Functions

Land Desktop Development ARX CPP SDK

Up a level
Object Data Functions
 
 

The functions for object data management begin with ade_od.

ade_odaddfield Adds fields to a table.
ade_odaddrecord Attaches data to an object.
ade_odattachrecord Attaches a new record to an object.
ade_oddefinetab Creates an object data table.
ade_oddeletefield Deletes fields from a table.
ade_oddeletetab Deletes a table.
ade_oddelrecord Deletes a record.
ade_odfreerec Frees the memory claimed in defining a new record.
ade_odgetfield Gets a field value.
ade_odgetrecfield Gets a field value using a record ID.
ade_odgetrecord Gets a record ID.
ade_odgettables Lists the tables attached to an object.
ade_odmodifyfield Modifies field properties in a table.
ade_odmodifytab Redefines a table.
ade_odnewrecord Defines a new object data record.
ade_odpresetfield Assigns a value to a field in a new record.
ade_odrecordqty Counts the records attached to an object.
ade_odsetfield Sets a field value.
ade_odtabledefn Gets a table definition.
ade_odtablelist Lists the tables in the project.