Unit 'Laz2_XMLCfg' Package
[Overview][Classes][Procedures and functions][Index] [#lazutils]

TXMLConfig.SizeOfTypeInfo

Gets the number of bytes needed to store a value using the specified RTTI type.

Declaration

Source position: laz2_xmlcfg.pas line 83

protected function TXMLConfig.SizeOfTypeInfo(

  const APTypeInfo: PTypeInfo

):Integer;

Arguments

APTypeInfo

  

Pointer to the RTTI type information for a given value.

Function result

Number of bytes needed for a value of the specified type.


Version 4.4 Generated 2025-11-08 Home