RAD Studio VCL Reference
|
Streams components and their properties in inherited forms.
procedure WriteDescendentRes(const ResName: string; Instance: TComponent; Ancestor: TComponent);
__fastcall WriteDescendentRes(const AnsiString ResName, TComponent * Instance, TComponent * Ancestor);
Do not call WriteDescendentRes directly. WriteDescendentRes is called automatically by WriteComponentRes.
WriteDescendentRes writes a resource-file header to the stream, using the resource name passed in ResName as the name of the resource. It then calls WriteDescendent to write Instance to the stream as a descendant of Ancestor.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|