[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#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.0 Generated 2025-05-03 Home