From 1789510f176dd71a1f426f06cb9cf6a787451c4e Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Mon, 19 Jan 2009 16:58:08 +0000 Subject: [PATCH] FPDoc - fixed constructors and destructors in actnlist.xml and stdctrls.xml git-svn-id: trunk@18344 - --- docs/xml/lcl/actnlist.xml | 35 ++++++-- docs/xml/lcl/stdctrls.xml | 175 ++++++++++++++++++++++++++++---------- 2 files changed, 159 insertions(+), 51 deletions(-) diff --git a/docs/xml/lcl/actnlist.xml b/docs/xml/lcl/actnlist.xml index ac6517b8e6..f2fd61dce7 100644 --- a/docs/xml/lcl/actnlist.xml +++ b/docs/xml/lcl/actnlist.xml @@ -499,13 +499,19 @@ Take the following precautions when creating your own Destroy method: - + + + Create - constructor for TCustomActionList: calls inherited Create then initialises some local variables + + + + - + Destroy sends a opRemove notification to all components in the free-notification list. After that, all owned components are @@ -514,6 +520,12 @@ destroyed by calling DestroyComponents + + Destroy - destructor for TCustomActionList: frees various links then calls inherited Destroy + + + + @@ -1083,13 +1095,26 @@ execution will end up at the TPersistent implementation of - + + + Create - constructor for TCustomAction: calls inherited Create then initialises some local variables + + + + - + + + Destroy - destructor for TCustomAction: frees various lists and images, then calls inherited Destroy + + + + + @@ -1198,7 +1223,7 @@ execution will end up at the TPersistent implementation of - + diff --git a/docs/xml/lcl/stdctrls.xml b/docs/xml/lcl/stdctrls.xml index 39fb92de01..9a79fb793d 100644 --- a/docs/xml/lcl/stdctrls.xml +++ b/docs/xml/lcl/stdctrls.xml @@ -421,20 +421,28 @@ - + - + + + + + CreateParams - calls inherited CreateParams then sets up style and alignment depending on whether horizontal or vertical The paramaeter list - + - + + + + + CreateWnd - calls inherited CreateWnd then initialises various Scroll Info properties @@ -459,10 +467,14 @@ The position of the scrolling device - + - + + + + + Create - constructor for TCustomScrollBar: calls inherited Create then initialises size, style and various local variables @@ -863,11 +875,14 @@ Properties are defined in the parent class TPop - - + + + Create - constructor for TCustomGroupBox: calls inherited Create then initialises style and bounds - + + + @@ -1728,16 +1743,25 @@ False is set when the edit or combobox control loses focus. - + - + + + + + InitializeWnd - creates the underlying interface-object: calls inherited InitializeWnd then sets up several local lists and variables notably for style and size - + - + + + + + DestroyWnd - finds somewhere to store locally held variables then frees lists, cals inherited DestroyWnd + @@ -2251,20 +2275,29 @@ False is set when the edit or combobox control loses focus. - whether the entries in the drop-down list have been sorted - + - + + + + + Create - constructor for TCustomComboBox: calls inherited Create then initialises styles, item lists, bounds and various other local variables - + - + + + + + Destroy - destructor for TCustomComboBox: frees handles, itemlists, canvas and items then calls inherited Destroy + @@ -3607,20 +3640,29 @@ Reads flag or writes one to determine if a hint is to be shown when mouse hovers - + - + + + + + Create - constructor for TCustomListBox: calls inherited Create then initialises style, canvas, item list and various other local variables - + - + + + + + Destroy: destructor for TCustomListBox: frees canvas and item list, then calls inherited Destroy + @@ -4719,11 +4761,13 @@ Indicates how text is displayed in a text editing control.

- - + + CreateWnd - calls inherited CreateWnd, then initialises various properties relevant to the Widget Set in use - + + + @@ -4947,10 +4991,14 @@ Indicates how text is displayed in a text editing control.

- + - + + + + + Create - constructor for TCustomEdit: calls inherite Create then initialises style, colour, size and various other local variables @@ -5510,22 +5558,31 @@ Reads or writes a flag to determine paging increment; default value is 80 pixels - + Create the Custom memo widget - + + + + + Create - constructor for TCustomMemo: calls inherited Create then initialises some variables, creates the stringlist and creates scrollbars - + Destroy the CustomMemo widget when you have finished with it - + + + + + Destroy - destructor for TCustomMemo: frees stringlist and scrollbars then calls inherited Destroy + @@ -6383,10 +6440,14 @@ Properties are defined in the parent class TPop - + - + + + + + Create - constructor for TCustomStaticText: calls inherited Create the initialises style, alignment and bounds @@ -6842,10 +6903,14 @@ is done automatically by the streaming system. - event handler for any change in properties of the control
- + - + + + + + Create - constructor for TButtonControl: calls inherited Create then initialises style @@ -7169,11 +7234,15 @@ is done automatically by the streaming system. - + If you drop a component on the form editor you don“t need to add code to explicitly create it. The component is automatically created together with the the form, and destroyed when the form is destroyed. - + + + + + Create - constructor for TCustomButton: calls inherited Create then initialises style, colour, bounds, alignment and various other properties @@ -7770,11 +7839,14 @@ is the ancestor of all check-box components. - - + + + Create - constructor for TCustomCheckBox: calls inherited Create then initialises style, and state, bounds, tabstop and autosize - + + + @@ -8043,10 +8115,14 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - + - + + + + + Create - constructor for TToggleBox: calls inherited Create then initialises style and makes autosize False @@ -8312,11 +8388,14 @@ If the TabStop is True, the control is in the tab order. If TabStop is False, th - - + + + Create - constructor for TRadioButton: calls inherited Create then initialises style - + + + @@ -8990,10 +9069,14 @@ is done automatically by the streaming system. - boolean. If True, font size is adjusted for optimal fill of available space - + - + + + + + Create - constructor for TCustomLabel: calls inherited Create then initialises style, bounds, colour and some other properties