[Overview][Classes][Index] Reference for unit 'resourcetree' (#fcl-res)

TResourceTreeNode.NameRVA

To be used by readers and writers

Declaration

Source position: resourcetree.pp line 65

public property TResourceTreeNode.NameRVA : LongWord
  read fNameRVA
  write fNameRVA;

Description

This property can be freely used by resource readers and writers to store a file offset or address needed to load or write other data, since it isn't used by TResourceTreeNode or TResources.

Remark: Do not rely on the value of this property when accessing a new tree: other readers or writers could have changed it for their internal operations.

See also

TResourceTreeNode.SubDirRVA

  

To be used by readers and writers

TResourceTreeNode.DataRVA

  

To be used by readers and writers