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

TResourceTreeNode.SubDirRVA

To be used by readers and writers

Declaration

Source position: resourcetree.pp line 66

public property TResourceTreeNode.SubDirRVA : LongWord
  read fSubDirRVA
  write fSubDirRVA;

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.NameRVA

  

To be used by readers and writers

TResourceTreeNode.DataRVA

  

To be used by readers and writers