$node->content['myfield'] = array(
'#value' => theme('mymodule_myfield', $node->myfield),
'#weight' => 1,
);

what is myfield in above code and where it is defined in drupal. This code is on drupal.api for hook_view().