RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomRadioGroup.ReadState Method

Reads the radio group’s data from a stream.

Pascal
procedure ReadState(Reader: TReader); override;
C++
virtual __fastcall ReadState(TReader Reader);

ReadState is part of a sequence of calls used by the streaming system that loads and saves VCL components. It reads the values of all the radio group's published properties, stored data, and owned components from the reader object passed in Reader. Do not call ReadState directly. ReadState calls the inherited ReadState method to read the radio group’s published properties and other stored data to a reader object. It then initializes and redraws the buttons in the group. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!