Show / Hide Table of Contents

    UpdateText Procedure

    Codeunit Dialog Mgt

    Updates the text of a container.

    Overloads

    Name Description
    UpdateText(Integer; Variant) Updates the text of a container.
    UpdateText(Integer; Variant; Boolean) Updates the text of a container.

    UpdateText(Integer; Variant) Procedure

    Updates the text of a container.

    Signature

    UpdateText(PlaceholderNo: Integer; NewText: Variant)
    

    Parameters

    PlaceholderNo Integer

    The number of the container (the number in the #-text) that should be updated.

    NewText Variant

    The text that should be written in the container.

    UpdateText(Integer; Variant; Boolean) Procedure

    Updates the text of a container.

    Signature

    UpdateText(PlaceholderNo: Integer; NewText: Variant; Forced: Boolean)
    

    Parameters

    PlaceholderNo Integer

    The number of the container (the number in the #-text) that should be updated.

    NewText Variant

    The text that should be written in the container.

    Forced Boolean

    If true, the text will always be updated - even if the UpdateInterval has not been passed.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX