Search found 39 matches: initializes

Searched query: initializes

by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... the object is no longer needed.

Initiate( hDlg ): Called internally during the creation process. It sets up scrollbars, default colors, and initializes data-related codeblocks.

Adjust(): Crucially linked to data loading and display. It's called after data is set (via SetRDD, SetArray, etc.) to ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... nBitmapIndex ) // Retrieves a bitmap by its index.
content_copy
download
Use code with caution.
Harbour

182. Initiate( hDlg )

Description: Initializes the browse control (internal method).

Parameters:

hDlg: - Handle to the dialog window (optional).

Return Value: OBJECT - Returns the TXBrowse ...
by Antonio Linares
Sat Jan 18, 2025 10:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... an empty string (placeholder for HTML representation).
- **`Init()`**: Virtual method for initializing the control.
- **`Initiate(hDlg)`**: Initializes the control within a dialog.
- **`Default()`**: Sets default values for the control.
- **`GetDlgCode(nLastKey)`**: Returns the dialog code for ...
by Antonio Linares
Fri Jan 17, 2025 11:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... nClrFore, nClrBack, lPixel, oFont, cMsg, lUpdate, bWhen, lDesign )`**
- **Description:** Constructor method for the `TComboMetro` class. Initializes the combo box with the specified parameters.
- **Parameters:**
- `nRow`, `nCol`: Position of the combo box.
- `bSetGet`: Code block to get ...
by Antonio Linares
Fri Jan 17, 2025 11:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... Parameters**:
- `nMsg`: Message ID.
- `nWParam`: WPARAM value.
- `nLParam`: LPARAM value.

24. **`Initiate()`**:
- **Description**: Initializes the combo box.
- **Parameters**:
- `hDlg`: Handle to the dialog.

25. **`Insert()`**:
- **Description**: Inserts an item into the combo box ...
by Antonio Linares
Fri Jan 17, 2025 11:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... hCtl`: Handle to the control gaining focus.
- **Returns**: Result of the superclass method.

10. **`Initiate( hDlg )`**
- **Description**: Initializes the checkbox control within a dialog.
- **Parameters**:
- `hDlg`: Handle to the dialog.
- **Returns**: `nil`.

11. **`MouseMove( nRow, nCol ...
by Antonio Linares
Fri Jan 17, 2025 11:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... to initialize the `TChatgpt` object.
- **Parameters**:
- `cKey`: The API key for authenticating with the OpenAI API.
- **Description**: Initializes the `cKey` and sets up a new libcurl session using `curl_easy_init()`.
- **Returns**: The initialized object (`Self`).

2. **`Send ...
by Antonio Linares
Fri Jan 17, 2025 11:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... cText, cSubject, nClrText, aGradColor, aGradColorND, lND, lAplicado, lBloqueoT, aGradColorAp )`**
Constructor method for the `TCalInfo` class. Initializes the event with the provided parameters, such as start/end times, dates, text, subject, colors, and flags. Default values are assigned if ...
by Antonio Linares
Fri Jan 17, 2025 11:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... New( nTop, nLeft, nWidth, nHeight, oWnd, lDisenio, nClrPane, nClrPane2, nClrText, nWRadio, nHRadio )`**
- **Description:** Constructor method. Initializes the tooltip window with the specified position, size, and colors.
- **Parameters:**
- `nTop`, `nLeft`, `nWidth`, `nHeight`: Position and size ...
by Antonio Linares
Fri Jan 17, 2025 11:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... new properties.
- **Parameters:** Similar to `New()`, but for redefining an existing button.

3. **`Initiate( hDlg )`**
- **Description:** Initializes the button within a dialog.
- **Parameters:**
- `hDlg`: Handle to the dialog.

4. **`HandleEvent( nMsg, nWParam, nLParam )`**
- **Description ...
by Antonio Linares
Fri Jan 17, 2025 10:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... lCancel, cVarName, lMultiline, nAddlStyle, lRelPix )`**
- **Description:** Constructor method for creating a new `TButton` instance. It initializes the button with the specified properties such as position, caption, size, and action.
- **Parameters:**
- `nRow`, `nCol`: The row and column ...
by Antonio Linares
Fri Jan 17, 2025 10:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... nId` parameter to specify the control ID.
- **Returns:** The redefined `TBtnFlat` instance.

3. **`Initiate( hDlg )`**
- **Description:** Initializes the button control within a dialog.
- **Parameters:** `hDlg`: The handle to the dialog.
- **Returns:** The result of the superclass's ...
by Antonio Linares
Fri Jan 17, 2025 10:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... for the button states. |
| `SetImages()` | Sets the images for the button states. |
| `GotFocus()` | Handles the focus event. |
| `Initiate()` | Initializes the button. |
| `KeyChar()` | Handles key character events. |
| `KeyDown()` | Handles key down events. |
| `LostFocus()` | Handles the focus ...
by Antonio Linares
Fri Jan 17, 2025 10:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... cStyle, nRGBColor, cBmpFile, cBmpRes, nBmpHandle, cResizeMode)`**
- **Description**: Constructor method for creating a new `TBrush` object. It initializes the brush based on the provided parameters (style, color, bitmap file, bitmap resource, etc.).
- **Parameters**:
- `cStyle`: The style of the ...
by Antonio Linares
Fri Jan 17, 2025 10:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4838

Re: Using new Class TDeepSeek for documenting

... used to evaluate or execute the code.

---

### METHODS:

1. **`New( cExpression )`**
- **Type:** Constructor
- **Description:** This method initializes a new instance of the `TBlock` class. It takes a string `cExpression` as input, which represents the code to be executed. The method checks if ...