StdActns.TFilePrintSetup Members

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

Inherited from: TCommonDialogAction

event OnCancel public

Occurs after the user exits a modal dialog by selecting “Cancel” or when a modeless dialog fails to come up.

event OnAccept public

Occurs after the user exits a modal dialog by selecting “OK” or when a modeless dialog is successfully displayed.

event BeforeExecute public

Occurs immediately before the dialog appears.

property ExecuteResult public

Indicates the result of executing the associated dialog.

method SetupDialog protected

Sets the properties of the FDialog field.

method GetDialogClass protected
method DoCancel protected

Cancels the specific events that occurred.

method DoAccept protected

Accepts the specific events that occurred.

Inherited from: TCustomAction

event OnHint public

Occurs when the mouse pauses over a client control or menu item.

property Visible public

Specifies the Visible property for client controls and menu items.

property SecondaryShortCuts public

Specifies the short cuts (in addition to ShortCut) for triggering clients.

property ShortCut public

Specifies the ShortCut property for client menu items.

property ImageIndex public

Indicates the ImageIndex property for client controls and menu items.

property Hint public

Indicates the Help hint for client controls and menu items.

property HelpType public

Indicates the mechanism for client controls and menu items to use when invoking help.

property HelpKeyword public

Indicates the help keyword for client controls and menu items.

property HelpContext public

Indicates the help context ID for client controls and menu items.

property GroupIndex public

Indicates whether the action acts like a radio button with other actions in the same action list.

property Enabled public

Indicates whether client controls and menu items are enabled.

property DisableIfNoHandler public

Indicates whether client components should be disabled if no handler is found.

property Checked public

Indicates whether client controls and menu items appear checked.

property Caption public

Represents the caption of client controls and menu items.

property AutoCheck public

Controls whether the Checked property toggles when the action executes.

method DoHint public

Generates an OnHint event.

property SavedEnabledState protected

Saves the value of the Enabled property when the action is suspended.

method HandleShortCut protected

Executes the action when the user types one of its shortcuts.

method SetHelpKeyword protected

Introduces an interface for setting the help keyword of a client.

method SetHelpContext protected

Introduces an interface for setting the help context of a client.

Inherited from: TContainedAction

property Category published

Specifies the category under which the action appears in its action list or action manager.

property Index public

Specifies the index of the action in its action list or action manager.

property ActionList public

Indicates the action list or action manager that contains the action.

Inherited from: TBasicAction

event OnUpdate public

Occurs when the application is idle or when the action list updates.

event OnExecute public

Occurs when the client event that is linked to it fires.

property ActionComponent public

Indicates the client component that caused this action to execute.

method Update public

Provides an opportunity to execute centralized code when an application is idle.

method UnRegisterChanges public

Breaks the association between the action and the action link.

method RegisterChanges public

Associates the action with an action link.

method Execute public

Generates an OnExecute event.

method ExecuteTarget public

Introduces an interface for invoking an action on a target client component or control.

method UpdateTarget public

Introduces an interface for a method of notifying a client when the action updates itself.

method HandlesTarget public

Introduces an interface for verifying that the type and state of a target component or control are appropriate for the action.

property Clients protected

Specifies the client actions.

event OnChange protected

Occurs when one of the action's properties changes.

method SetOnExecute protected

Assigns an OnExecute event handler.

method Change protected

Generates an OnChange event.

Inherited from: TComponent

property Tag published

Stores an integer value as part of a component.

property Name published

Specifies the name of the component as referenced in code.

property VCLComObject public

Represents information used internally by components that support COM.

property Owner public

Indicates the component that is responsible for streaming and freeing this component.

property DesignInfo public

Contains information used by the Form designer.

property ComponentStyle public

Governs the behavior of the component.

property ComponentState public

Describes the current state of the component, indicating when a component needs to avoid certain actions.

property ComponentIndex public

Indicates the position of the component in its owner's Components property array.

property ComponentCount public

Indicates the number of components owned by the component.

property Components public

Lists all components owned by the component.

property ComObject public

Specifies the interface reference implemented by the component.

method ReferenceInterface public

Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.

method IsImplementorOf public

Indicates whether the component implements a specified interface.

method UpdateAction public

Updates the state of an action.

method SetSubComponent public

Identifies whether the component is a subcomponent.

method RemoveComponent public

Removes a specified component specified from the component's Components list.

method InsertComponent public

Establishes the component as the owner of a specified component.

method HasParent public

Verifies whether the component has a parent.

method GetParentComponent public

Returns the containing Component.

method GetEnumerator public

Returns a TComponent enumerator.

method FreeOnRelease public

Frees the interface reference for components that were created from COM classes.

method RemoveFreeNotification public

Disables destruction notification that was enabled by FreeNotification

method FreeNotification public

Ensures that AComponent is notified that the component is going to be destroyed.

method FindComponent public

Indicates whether a given component is owned by the component.

method ExecuteAction public

Executes an action.

method Destroying public

Indicates that the component and its owned components are about to be destroyed.

method DestroyComponents public

Destroys all owned components.

method Invoke protected

Provides access to Automation properties and methods when the component wraps an Automation object.

method GetIDsOfNames protected

Maps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).

method GetTypeInfo protected

Retrieves the type information for an object.

method GetTypeInfoCount protected

Returns the number of type information interfaces that an object provides (either 0 or 1).

method _Release protected

Called when an application releases a component interface.

method _AddRef protected

Called when an application uses a component interface.

method QueryInterface protected

Returns a reference to a specified interface if the object supports that interface.

method RemoveFreeNotifications protected

Notifies all owned components of the owner component's imminent destruction.

method WriteState protected

Writes the state of the component.

method ValidateInsert protected

Provides the interface for a method that validates an child component before it is inserted.

method ValidateContainer protected

Determines whether an object can be inserted into a container.

method ValidateRename protected

Ensures that renaming an owned component does not create name conflict.

method UpdateRegistry protected

Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.

method Updated protected

Clears the csUpdating state in the component's ComponentState property when the component finishes updating.

method Updating protected

Sets the csUpdating state in the component's ComponentState property.

method SetParentComponent protected

Sets the parent component.

method SetChildOrder protected

Sets the visual ordering of a child control.

method SetName protected

Sets the value of the Name property.

method SetDesignInstance protected

Ensures that components inserted at design time have their design-mode flag set.

method SetInline protected

Sets the csInline bit of the component's ComponentState property

method SetDesigning protected

Ensures that components inserted at design time have their design-mode flag set.

method SetAncestor protected

Clears or sets csAncestor state in the component's ComponentState property.

method ReadState protected

Reads the state of the component.

method PaletteCreated protected

Responds when the component is created from the component palette.

method Notification protected

Forwards notification messages to all owned components.

method Loaded protected

Initializes the component after the form file has been read into memory.

method GetChildParent protected

Returns the parent, or if there is no parent, returns the owner of a child component being read from a stream.

method GetChildOwner protected

Returns the owner of a child component being read from a stream.

method GetChildren protected

Enumerates all child components.

method ChangeName protected

Sets the private, internal storage for the Name property to the string passed in NewName.

Inherited from: TPersistent

method GetNamePath public

Returns the name of the object as it appears in the Object Inspector.

method Assign public

Copies the contents of another, similar object.

method GetOwner protected

Returns the owner of an object.

method DefineProperties protected

Provides an interface for a method that reads and writes otherwise unpublished data.

method AssignTo protected

Copies the properties of an object to a destination object.

Inherited from: TObject

method Destroy public

Disposes of an object instance.

method FreeInstance public

Deallocates memory allocated by a previous call to the NewInstance method.

method NewInstance public

Allocates memory for an instance of an object type and returns a pointer to that new instance.

method DefaultHandler public

Provides the interface for a method that processes message records.

method Dispatch public

Calls message-handling methods for the object, based on the contents of the Message parameter.

method BeforeDestruction public

Responds before the first destructor executes.

method AfterConstruction public

Responds after the last constructor has executed.

method SafeCallException public

Handles exceptions in methods declared using the safecall calling convention.

method ToString public

Returns a string containing the class name.

method GetHashCode public

Returns an integer containing the hash code.

method Equals public

Checks whether the current instance and the parameter are equal.

method UnitName public

Returns a string containing the unit name.

method GetInterfaceTable public

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

method GetInterfaceEntry public

Returns the entry for a specific interface implemented in a class.

method GetInterface public

Retrieves a specified interface.

method FieldAddress public

Returns the address of a published object field.

method MethodName public

Returns the name of a class method by address.

method MethodAddress public

Returns the address of a class method by name.

method InheritsFrom public

Determines the relationship of two object types.

method InstanceSize public

Returns the size in bytes of each instance of the object type.

method ClassInfo public

Returns a pointer to the runtime type information (RTTI) table for the object type.

method ClassParent public

Returns the type of the immediate ancestor of a class.

method ClassNameIs public

Determines whether an object is of a specific type.

method ClassName public

Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).

method ClassType public

Returns the class reference for the object's class.

method CleanupInstance public

Performs finalization on long strings, variants, and interface variables within a class.

method InitInstance public

Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.

method Free public

Destroys an object and frees its associated memory, if necessary.

method Create public

Constructs an object and initializes its data before the object is first used.


Unit: StdActns

Member Of: TFilePrintSetup

C++ Information

Inherited from: TCommonDialogAction

event OnCancel publicStdactns.TCommonDialogAction.OnCancel
event OnAccept publicStdactns.TCommonDialogAction.OnAccept
event BeforeExecute publicStdactns.TCommonDialogAction.BeforeExecute
property ExecuteResult publicStdactns.TCommonDialogAction.ExecuteResult
method ~TCommonDialogAction publicStdactns.TCommonDialogAction.~TCommonDialogAction
method TCommonDialogAction publicStdactns.TCommonDialogAction.TCommonDialogAction
method SetupDialog protectedStdactns.TCommonDialogAction.SetupDialog
method GetDialogClass protectedStdactns.TCommonDialogAction.GetDialogClass
method DoCancel protectedStdactns.TCommonDialogAction.DoCancel
method DoAccept protectedStdactns.TCommonDialogAction.DoAccept
field FDialog protectedStdactns.TCommonDialogAction.FDialog

Inherited from: TCustomAction

event OnHint publicActnlist.TCustomAction.OnHint
property Visible publicActnlist.TCustomAction.Visible
property SecondaryShortCuts publicActnlist.TCustomAction.SecondaryShortCuts
property ShortCut publicActnlist.TCustomAction.ShortCut
property ImageIndex publicActnlist.TCustomAction.ImageIndex
property Hint publicActnlist.TCustomAction.Hint
property HelpType publicActnlist.TCustomAction.HelpType
property HelpKeyword publicActnlist.TCustomAction.HelpKeyword
property HelpContext publicActnlist.TCustomAction.HelpContext
property GroupIndex publicActnlist.TCustomAction.GroupIndex
property Enabled publicActnlist.TCustomAction.Enabled
property DisableIfNoHandler publicActnlist.TCustomAction.DisableIfNoHandler
property Checked publicActnlist.TCustomAction.Checked
property Caption publicActnlist.TCustomAction.Caption
property AutoCheck publicActnlist.TCustomAction.AutoCheck
method DoHint publicActnlist.TCustomAction.DoHint
method ~TCustomAction publicActnlist.TCustomAction.~TCustomAction
method TCustomAction publicActnlist.TCustomAction.TCustomAction
property SavedEnabledState protectedActnlist.TCustomAction.SavedEnabledState
method HandleShortCut protectedActnlist.TCustomAction.HandleShortCut
method SetHelpKeyword protectedActnlist.TCustomAction.SetHelpKeyword
method SetHelpContext protectedActnlist.TCustomAction.SetHelpContext
field FMask protectedActnlist.TCustomAction.FMask
field FImage protectedActnlist.TCustomAction.FImage

Inherited from: TContainedAction

method TContainedAction publicActnlist.TContainedAction.TContainedAction
property Category publicActnlist.TContainedAction.Category
property Index publicActnlist.TContainedAction.Index
property ActionList publicActnlist.TContainedAction.ActionList
method ~TContainedAction publicActnlist.TContainedAction.~TContainedAction

Inherited from: TBasicAction

event OnUpdate public

Occurs when the application is idle or when the action list updates.

event OnExecute public

Occurs when the client event that is linked to it fires.

property ActionComponent public

Indicates the client component that caused this action to execute.

method Update public

Provides an opportunity to execute centralized code when an application is idle.

method UnRegisterChanges public

Breaks the association between the action and the action link.

method RegisterChanges public

Associates the action with an action link.

method Execute public

Generates an OnExecute event.

method ExecuteTarget public

Introduces an interface for invoking an action on a target client component or control.

method UpdateTarget public

Introduces an interface for a method of notifying a client when the action updates itself.

method HandlesTarget public

Introduces an interface for verifying that the type and state of a target component or control are appropriate for the action.

method ~TBasicAction publicClasses.TBasicAction.~TBasicAction
method TBasicAction publicClasses.TBasicAction.TBasicAction
property Clients protected

Specifies the client actions.

event OnChange protected

Occurs when one of the action's properties changes.

method SetOnExecute protected

Assigns an OnExecute event handler.

method Change protected

Generates an OnChange event.

field FClients protected

Specifies a list of actions.

Inherited from: TComponent

method operator () public
property Tag public

Stores an integer value as part of a component.

property Name public

Specifies the name of the component as referenced in code.

property VCLComObject public

Represents information used internally by components that support COM.

property Owner public

Indicates the component that is responsible for streaming and freeing this component.

property DesignInfo public

Contains information used by the Form designer.

property ComponentStyle public

Governs the behavior of the component.

property ComponentState public

Describes the current state of the component, indicating when a component needs to avoid certain actions.

property ComponentIndex public

Indicates the position of the component in its owner's Components property array.

property ComponentCount public

Indicates the number of components owned by the component.

property Components public

Lists all components owned by the component.

property ComObject public

Specifies the interface reference implemented by the component.

method ReferenceInterface public

Establishes or removes internal links that cause this component to be notified when the implementer of a specified interface is destroyed.

method IsImplementorOf public

Indicates whether the component implements a specified interface.

method UpdateAction public

Updates the state of an action.

method SetSubComponent public

Identifies whether the component is a subcomponent.

method RemoveComponent public

Removes a specified component specified from the component's Components list.

method InsertComponent public

Establishes the component as the owner of a specified component.

method HasParent public

Verifies whether the component has a parent.

method GetParentComponent public

Returns the containing Component.

method GetEnumerator public

Returns a TComponent enumerator.

method FreeOnRelease public

Frees the interface reference for components that were created from COM classes.

method RemoveFreeNotification public

Disables destruction notification that was enabled by FreeNotification

method FreeNotification public

Ensures that AComponent is notified that the component is going to be destroyed.

method FindComponent public

Indicates whether a given component is owned by the component.

method ExecuteAction public

Executes an action.

method Destroying public

Indicates that the component and its owned components are about to be destroyed.

method DestroyComponents public

Destroys all owned components.

method ~TComponent publicClasses.TComponent.~TComponent
method TComponent publicClasses.TComponent.TComponent
method Invoke protected

Provides access to Automation properties and methods when the component wraps an Automation object.

method GetIDsOfNames protected

Maps a single member and an optional set of argument names to a corresponding set of integer dispatch identifiers (dispIDs).

method GetTypeInfo protected

Retrieves the type information for an object.

method GetTypeInfoCount protected

Returns the number of type information interfaces that an object provides (either 0 or 1).

method _Release protected

Called when an application releases a component interface.

method _AddRef protected

Called when an application uses a component interface.

method QueryInterface protected

Returns a reference to a specified interface if the object supports that interface.

method RemoveFreeNotifications protected

Notifies all owned components of the owner component's imminent destruction.

method WriteState protected

Writes the state of the component.

method ValidateInsert protected

Provides the interface for a method that validates an child component before it is inserted.

method ValidateContainer protected

Determines whether an object can be inserted into a container.

method ValidateRename protected

Ensures that renaming an owned component does not create name conflict.

method UpdateRegistry protected

Provides the interface for a method that adds type library and version information to the Registry on components that implement COM interfaces.

method Updated protected

Clears the csUpdating state in the component's ComponentState property when the component finishes updating.

method Updating protected

Sets the csUpdating state in the component's ComponentState property.

method SetParentComponent protected

Sets the parent component.

method SetChildOrder protected

Sets the visual ordering of a child control.

method SetName protected

Sets the value of the Name property.

method SetDesignInstance protected

Ensures that components inserted at design time have their design-mode flag set.

method SetInline protected

Sets the csInline bit of the component's ComponentState property

method SetDesigning protected

Ensures that components inserted at design time have their design-mode flag set.

method SetAncestor protected

Clears or sets csAncestor state in the component's ComponentState property.

method ReadState protected

Reads the state of the component.

method PaletteCreated protected

Responds when the component is created from the component palette.

method Notification protected

Forwards notification messages to all owned components.

method Loaded protected

Initializes the component after the form file has been read into memory.

method GetChildParent protected

Returns the parent, or if there is no parent, returns the owner of a child component being read from a stream.

method GetChildOwner protected

Returns the owner of a child component being read from a stream.

method GetChildren protected

Enumerates all child components.

method ChangeName protected

Sets the private, internal storage for the Name property to the string passed in NewName.

field FComponentStyle protected

FComponentStyle is the field of the ComponentStyle read-only property.

Inherited from: TPersistent

method TPersistent publicClasses.TPersistent.TPersistent
method GetNamePath public

Returns the name of the object as it appears in the Object Inspector.

method Assign public

Copies the contents of another, similar object.

method ~TPersistent publicClasses.TPersistent.~TPersistent
method GetOwner protected

Returns the owner of an object.

method DefineProperties protected

Provides an interface for a method that reads and writes otherwise unpublished data.

method AssignTo protected

Copies the properties of an object to a destination object.

Inherited from: TObject

method ~TObject publicSystem.TObject.~TObject
method FreeInstance public

Deallocates memory allocated by a previous call to the NewInstance method.

method NewInstance protected

Allocates memory for an instance of an object type and returns a pointer to that new instance.

method DefaultHandler public

Provides the interface for a method that processes message records.

method Dispatch public

Calls message-handling methods for the object, based on the contents of the Message parameter.

method BeforeDestruction public

Responds before the first destructor executes.

method AfterConstruction public

Responds after the last constructor has executed.

method SafeCallException public

Handles exceptions in methods declared using the safecall calling convention.

method ToString public

Returns a string containing the class name.

method GetHashCode public

Returns an integer containing the hash code.

method Equals public

Checks whether the current instance and the parameter are equal.

method GetInterfaceTable public

Returns a pointer to a structure containing all of the interfaces implemented by a given class.

method GetInterfaceEntry public

Returns the entry for a specific interface implemented in a class.

method GetInterface public

Retrieves a specified interface.

method UnitName public

Returns a string containing the unit name.

method MethodName public

Returns the name of a class method by address.

method MethodAddress public

Returns the address of a class method by name.

method InheritsFrom public

Determines the relationship of two object types.

method InstanceSize public

Returns the size in bytes of each instance of the object type.

method ClassInfo public

Returns a pointer to the runtime type information (RTTI) table for the object type.

method ClassParent public

Returns the type of the immediate ancestor of a class.

method ClassNameIs public

Determines whether an object is of a specific type.

method ClassName public

Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).

method InitInstance public

Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer.

method FieldAddress public

Returns the address of a published object field.

method CleanupInstance public

Performs finalization on long strings, variants, and interface variables within a class.

method ClassType public

Returns the class reference for the object's class.

method Free public

Destroys an object and frees its associated memory, if necessary.

method TObject publicSystem.TObject.TObject


Unit: StdActns

Member Of: TFilePrintSetup


Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!

Personal tools
Translations
Newest Version