Unit CompStream

Classes

Functions

ComponentToString - Delphi component streaming unit Author: David W.
ComponentToVariant -
StringToComponent -
VariantToComponent -

Types

Constants

Variables


Functions


function ComponentToString(Component: TComponent): string;

Delphi component streaming unit Author: David W. Body / Big Creek Software E-mail address: davidbody@bigcreek.com Original Version: August 4, 1997 Last Updated: August 4, 1997 This code is hereby placed in the public domain.

function ComponentToVariant(Component: TComponent): Variant;


function StringToComponent(Value: string): TComponent;


function VariantToComponent(Value: Variant): TComponent;


Types


Constants


Variables